getWeightingType-methods: Obtain the weighting type used to obtain a classifier result.

Description Usage Arguments Value See Also Examples

Description

getWeightingType returns weigthing type

getWeightingTypes returns weigthing type

Usage

1
2
3
4
5
6
getWeightingType(object)

getWeightingTypes()

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

Arguments

object

An object of class ClassifierResults as returned by runClassifier

Value

one of the values in getWeightingTypes()

either "complete" or "reweighted"

See Also

Other classifier results: getBatchCorrection, getClassifications, getScores

Other classifier results: getBatchCorrection, getClassifications, getScores

Examples

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

rkuiper/geneClassifiers documentation built on July 15, 2019, 9:38 a.m.