Description Usage Arguments See Also Examples
Run random forest classifier training and visualization.
1 2 3 4 5 6 7 8 9 10 11 | runRF(x, y, # mandatory data passed to randomForest, e.g. randomForest(x=x, y=y)
..., # parameters for randomForest except proximity because it's set internally.
ccol=brewer.pal(8, 'Set2') # colours for MDS figure
cpoint=2, cellipse=1.5, # pass to s.class in package ade4
rocfig.prefix=NULL, # prefix for ROC plot, if NULL does not plot
rocfig.width=5, rocfig.height=5,
mdsfig=NULL, # figure name for MDS plot, if NULL does not plot
mdsfig.width=5, mdsfig.height=5,
indexfig=NULL, # figure name for index plot, if NULL does not plot
indexfig.width=5, indexfig.height=5,
impfig=NULL, impfig.width=6, impfig.height=6) # Importance of variables
|
x |
Data passed to randomForest(x=x) |
y |
A vector of class factor passed to randomForest(y=y) |
... |
Other parameters passed to randomForest(...) |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.