Description Usage Arguments Value Author(s) Examples
To get (back) to the overview of all steps and functions use this link:
a.a.main
1 2  | 
trainData | 
 A data frame with number of images as rowsize and number of features as columnsize that holds the feature data  | 
numTrees | 
 A number that defines the number of trees randomForest should use (see package randomForest)  | 
pMtry | 
 A number that defines the number of variables randomly sampled as candidates at each split of randomForest (see package randomForest). This parameter is optional  | 
pNodesize | 
 A number that defines the minimum size of terminal nodes for randomForest (see package randomForest). This parameter is optional  | 
pCutoff | 
 A vector of length equal to number of classes that defines the ratio of proportion of votes to cutoff (see package randomForest). This parameter is optional  | 
A randomForest model that has been trained on the feature data
Vitali Friesen, Colin Juers, Tassilo Tobollik
1  | \code{rfModel <- d.b.step1(featureData, numTrees, mtry, nodesize, cutoff)}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.