Description Usage Arguments Value See Also Examples
getClassifications
returns the resulting classifications.
1 2 3 4 | getClassifications(object)
## S4 method for signature 'ClassifierResults'
getClassifications(object)
|
object |
An object of class |
A vector of orderd factors with classifications per sample
Other classifier results: getBatchCorrection
,
getScores
, getWeightingType
1 2 3 4 | myData <- setNormalizationMethod(exampleMAS5, "MAS5.0",targetValue=500)
results <- runClassifier('EMC92', myData)
getScores( results )
getClassifications( results )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.