Classify using the Random Forest algorithm of Breiman (2001)
分类使用,布雷曼博士的随机森林算法(2001)
用法----------Usage----------
rfClass(object, groups, probe2gene = TRUE)
参数----------Arguments----------
参数:object
object containing the expression measurements; currently the only method supported is one for ExpressionSet objects
含有表达测量的对象,目前支持的唯一方法是一个ExpressionSet对象
参数: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
逻辑;如果TRUEAffymetrix公司probeset ID被翻译成基因符号在输出对象;如果FALSE没有这样的翻译进行
值----------Value----------
Object of class 'rfClass'
对象类的rfClass“
注意----------Note----------
topTable and plot methods are available for 'rfClass' objects.
topTable和图的方法可用于“rfClass对象。