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