Description Usage Arguments Value See Also Examples
getDecisionBoundaries
returns the a numeric vector
of boundary values that separate the risk groups.
1 2 3 4 | 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
1 2 | aClassifier <- getClassifier("EMC92")
getDecisionBoundaries(aClassifier)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.