Description Usage Arguments Value See Also Examples
getWeightingType returns weigthing type
getWeightingTypes returns weigthing type
1 2 3 4 5 6  | getWeightingType(object)
getWeightingTypes()
## S4 method for signature 'ClassifierResults'
getWeightingType(object)
 | 
object | 
 An object of class   | 
one of the values in getWeightingTypes()
either "complete" or "reweighted"
Other classifier results: getBatchCorrection,
getClassifications, getScores
Other classifier results: getBatchCorrection,
getClassifications, getScores
1 2 3 4  | myData <- setNormalizationMethod(exampleMAS5, "MAS5.0",targetValue=500)
results <- runClassifier('EMC92', myData)
getWeightingType( results )
getWeightingTypes()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.