Description Usage Arguments Details Value See Also Examples
showClassifierList
gives a data.frame of all implemented classifiers.
1 | showClassifierList(normalizations)
|
normalizations |
an optional text argument of one or more normalization methods in order to filter the classifiers to be shown. |
The names of the classifiers shown can be used as input for the runClassifier
function and the getClassifier
function.
A data.frame with columns: "name","normalizationMethod" and "description"
Other workflow functions: getNormalizationMethod
,
runClassifier
,
setNormalizationMethod
1 2 3 4 5 6 | showClassifierList()
data(exampleMAS5)
myData <- setNormalizationMethod(exampleMAS5, "MAS5.0",targetValue=500)
results <- runClassifier('UAMS70', myData)
getScores( results )
getClassifications( results )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.