RandomForestSolver: Create a Solver class object using the Random Forest solver

Description Usage Arguments Value See Also Examples

View source: R/RandomForestSolver.R

Description

Create a Solver class object using the Random Forest solver

Usage

1
RandomForestSolver(mtx.assay = matrix(), quiet = TRUE)

Arguments

mtx.assay

An assay matrix of gene expression data

quiet

A logical denoting whether or not the solver should print output

Value

A Solver class object with Random Forest as the solver

See Also

solve.RandomForest, getAssayData

Other Solver class objects: BayesSpikeSolver, EnsembleSolver, LassoPVSolver, LassoSolver, PearsonSolver, RidgeSolver, Solver-class, SpearmanSolver, SqrtLassoSolver

Examples

1
solver <- RandomForestSolver()

TReNA documentation built on Nov. 17, 2017, 12:35 p.m.