getTrainingData {geneClassifiers} | R Documentation |
getTrainingData
returns the training data that was used
for building the classifier.
getTrainingData(object) ## S4 method for signature 'ClassifierParameters' getTrainingData(object)
object |
An object of class |
An object of class ExpressionSet
Other classifier information functions: getCitations
,
getClassifier
,
getDecisionBoundaries
,
getDescription
,
getEventChain
, getIntercept
,
getMeans
,
getNormalizationMethod
,
getProbeNames
, getSds
,
getWeights
aClassifier <- getClassifier("EMC92") getTrainingData(aClassifier)