Rdocumentation
powered by
Learn R Programming
a4 (version 1.20.0)
rfClass: Classify using Random Forests
Description
Classify using the Random Forest algorithm of Breiman (2001)
Usage
rfClass(object, groups, probe2gene = TRUE)
Arguments
object
object containing the expression measurements; currently the only method supported is one for ExpressionSet objects
groups
character string indicating the column containing the class membership
probe2gene
logical; if
TRUE
Affymetrix probeset IDs are translated into gene symbols in the output object; if
FALSE
no such translation is conducted
Value
Object of class 'rfClass'
References
Breiman, L. (2001),
Random Forests
, Machine Learning 45(1), 5-32.
See Also
randomForest