Description Usage Arguments Value See Also Examples
getTrainingData returns the training data that was used
for building the classifier.
1 2 3 4 | 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
1 2 | aClassifier <- getClassifier("EMC92")
getTrainingData(aClassifier)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.