getEventChain-methods: Obtain classifiers' event chain.

Description Usage Arguments Value See Also Examples

Description

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.

Usage

1
2
3
4
getEventChain(object)

## S4 method for signature 'ClassifierParameters'
getEventChain(object)

Arguments

object

An object of class ClassifierParameters as returned by getClassifier

Value

Returns the event chain encoded in the in the classifier encoded as a named list.

See Also

showClassifierList getClassifier runClassifier

Other classifier information functions: getCitations, getClassifier, getDecisionBoundaries, getDescription, getIntercept, getMeans, getNormalizationMethod, getProbeNames, getSds, getTrainingData, getWeights

Examples

1
2
aClassifier <- getClassifier("EMC92")
getEventChain(aClassifier)

rkuiper/geneClassifiers documentation built on July 15, 2019, 9:38 a.m.