lol.classify.rand: Random Classifier Utility

Description Usage Arguments Value Author(s)

View source: R/random_classifier.R

Description

A function for random classifiers.

Usage

1

Arguments

X

[n, d] the data with n samples in d dimensions.

Y

[n] the labels of the n samples.

...

optional args.

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.

Author(s)

Eric Bridgeford


lolR documentation built on July 8, 2020, 7:35 p.m.