lol.classify.rand: Random Classifier Utility
Description
A function for random classifiers.
Usage
lol.classify.rand(X, Y, ...)
Arguments
X
[n, d] the data with n samples in d dimensions.
Y
[n] the labels of the n samples.
Value
A structure, with the following attributes:
ylabs[K] the ylabels for each of the K unique classes, ordered.
priors[K] the priors for each of the K classes.