| getIntercept {geneClassifiers} | R Documentation |
getIntercept returns the numeric value of the
classifier's intercept.
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
aClassifier <- getClassifier("EMC92")
getIntercept(aClassifier)