Description Usage Arguments Value See Also Examples
getDescription
returns the descriptive text associated
with the classifier.
1 2 3 4 | getDescription(object)
## S4 method for signature 'ClassifierParameters'
getDescription(object)
|
object |
An object of class |
A character string describing the classifier
Other classifier information functions: getCitations
,
getClassifier
,
getDecisionBoundaries
,
getEventChain
, getIntercept
,
getMeans
,
getNormalizationMethod
,
getProbeNames
, getSds
,
getTrainingData
, getWeights
1 2 | aClassifier <- getClassifier("EMC92")
getDescription(aClassifier)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.