getDecisionBoundaries {geneClassifiers} | R Documentation |
getDecisionBoundaries
returns the a numeric vector
of boundary values that separate the risk groups.
getDecisionBoundaries(object) ## S4 method for signature 'ClassifierParameters' getDecisionBoundaries(object)
object |
An object of class |
A numeric vector
Other classifier information functions: getCitations
,
getClassifier
,
getDescription
,
getEventChain
, getIntercept
,
getMeans
,
getNormalizationMethod
,
getProbeNames
, getSds
,
getTrainingData
, getWeights
aClassifier <- getClassifier("EMC92") getDecisionBoundaries(aClassifier)