Description Usage Arguments Value See Also Examples
getClassifier returns a requested classifier definition.
1 2 3 4 5 6 7 | getClassifier(value)
## S4 method for signature 'ClassifierResults'
getClassifier(value)
## S4 method for signature 'character'
getClassifier(value)
|
value |
Either a text value indicating a classifier name
(see |
The return value is a classifier definition which
is encoded in an object of class ClassifierParameters.
This can be used as input argument for the runClassifier
function.
ClassifierParameters and runClassifier
Other classifier information functions: getCitations,
getDecisionBoundaries,
getDescription,
getEventChain, getIntercept,
getMeans,
getNormalizationMethod,
getProbeNames, getSds,
getTrainingData, getWeights
1 | getClassifier("EMC92")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.