getWeightingType {geneClassifiers}R Documentation

Obtain the weighting type used to obtain a classifier result.

Description

getWeightingType returns weigthing type

Usage

getWeightingType(object)

## S4 method for signature 'ClassifierResults'
getWeightingType(object)

Arguments

object

An object of class ClassifierResults as returned by runClassifier

Value

complete or reweighted

See Also

Other classifier results: getBatchCorrection, getClassifications, getScores

Examples

myData <- setNormalizationMethod(exampleMAS5, "MAS5.0",targetValue=500)
results <- runClassifier('EMC92', myData)
getWeightingType( results )

[Package geneClassifiers version 1.8.0 Index]