getWeightingType {geneClassifiers} | R Documentation |
getWeightingType
returns weigthing type
getWeightingType(object) ## S4 method for signature 'ClassifierResults' getWeightingType(object)
object |
An object of class |
complete
or reweighted
Other classifier results: getBatchCorrection
,
getClassifications
, getScores
myData <- setNormalizationMethod(exampleMAS5, "MAS5.0",targetValue=500) results <- runClassifier('EMC92', myData) getWeightingType( results )