Description Usage Arguments Value
View source: R/supportFunc_ensembleRf.R
Build ensemble random forest classification panel
| 1 2 3 | ensembleRf(X.trainList, y.train, panelLength = 15, X.testList = NULL,
  y.test = NULL, filter = "none", topranked = 50,
  keepVarList = NULL)
 | 
| X.trainList | list of training datasets (nxpi); i number of elements | 
| y.train | n-vector of class labels (must be a factor) | 
| panelLength | number of variables to select based on the Importance score | 
| X.testList | list of test datasets (nxpi); i number of elements | 
| y.test | n-vector of class labels (must be a factor) | 
| filter | pre-filtering of initial datasets - "none" or "p.value" | 
| topranked | Number of topranked features based on differential expression to use to build classifer | 
| keepVarList | which variables to keep and not omit (set to NULL if no variables are forced to be kept) | 
model
testPerf
X.trainList
y.train
alphaList
lambdaList
family
X.testList
y.test
filter
topranked
keepVarList
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.