Description Usage Arguments Value See Also Examples
getBatchCorrection
returns TRUE or FALSE
indicating whether correction was applied
1 2 3 4 | getBatchCorrection(object)
## S4 method for signature 'ClassifierResults'
getBatchCorrection(object)
|
object |
An object of class |
TRUE or FALSE
Other classifier results: getClassifications
,
getScores
, getWeightingType
1 2 3 | myData <- setNormalizationMethod(exampleMAS5, "MAS5.0",targetValue=500)
results <- runClassifier('EMC92', myData)
getBatchCorrection( results )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.