View source: R/makeClassifier.R
makeClassifier | R Documentation |
Create a random forest classifier with the transformed training data from query_transform
.
makeClassifier( expTrain, genes, groups, nRand = 50, ntrees = 2000, stratify = FALSE, sampsize = 40 )
expTrain |
transformed training data from |
genes |
vector of gene pairs from |
groups |
named vector of cells to cancer categories |
nRand |
number of randomized profiles to make |
ntrees |
number of trees to build |
stratify |
whether to use stratified sampling or not |
samplesize |
the samplesize for straified sampling |
Random Forest Classifier object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.