Description Usage Arguments Value See Also Examples
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.
1 2 3 4 | 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
1 2 | aClassifier <- getClassifier("EMC92")
getEventChain(aClassifier)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.