getDescription {geneClassifiers} | R Documentation |
getDescription
returns the descriptive text associated
with the classifier.
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
aClassifier <- getClassifier("EMC92") getDescription(aClassifier)