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