csys.get.classifiers {classys} | R Documentation |
Get classifiers from the given algorithms
Usage
csys.get.classifiers(train, labels, algo.name = NULL, algos, ...)
Arguments
train |
train data which could be a matrix or a data.frame |
labels |
the labels corresponding to the train data |
algo.name |
the desired algorithms' names to be used to generate
classifiers. It could be a list of string values or a single string value.
|
algos |
a data.frame which contains all supported algorithms information. |
See Also
csys.make.algorithm, csys.add.algorithm, csys.load.algorithm
.
[Package
classys version 0.0-2
Index]