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