getEventChain {geneClassifiers} | R Documentation |
getEventChain
returns the event chain encoded in the
in the classifier. The eventchain indicates what preprocessing
steps are performed by the runClassifier
function
prior to classification.
getEventChain(object) ## S4 method for signature 'ClassifierParameters' getEventChain(object)
object |
An object of class |
Returns the event chain encoded in the in the classifier encoded as a named list.
showClassifierList getClassifier runClassifier
Other classifier information functions: getCitations
,
getClassifier
,
getDecisionBoundaries
,
getDescription
, getIntercept
,
getMeans
,
getNormalizationMethod
,
getProbeNames
, getSds
,
getTrainingData
, getWeights
aClassifier <- getClassifier("EMC92") getEventChain(aClassifier)