Description Usage Arguments Details Value Author(s)
A method for Random Forest prediction. Predicts by, for each tree in the forest, doing a standard decision tree prediction. Then, the most likely vote across the trees is used for predictions.
1 2 |
object |
a fit object of class rf.class. |
X |
an |
If the two or more classes are tied for the maximum number of votes across the trees, the predicted class is chosen amongst the classes tied for the maximal number of votes at random.
an [n]
array of predictions.
Eric Bridgeford
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.