Description Usage Arguments Value See Also Examples
View source: R/RandomForestSolver.R
Create a Solver class object using the Random Forest solver
| 1 | RandomForestSolver(mtx.assay = matrix(), quiet = TRUE)
 | 
| mtx.assay | An assay matrix of gene expression data | 
| quiet | A logical denoting whether or not the solver should print output | 
A Solver class object with Random Forest as the solver
solve.RandomForest, getAssayData
Other Solver class objects: BayesSpikeSolver,
EnsembleSolver,
LassoPVSolver, LassoSolver,
PearsonSolver, RidgeSolver,
Solver-class, SpearmanSolver,
SqrtLassoSolver
| 1 | solver <- RandomForestSolver()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.