Description Usage Arguments Details Value See Also
Return the prediction from the forest.
1 2 3 4 5 6 7 8 |
object |
A trained model object of class "forestry". |
feature.new |
A data frame of testing predictors. |
aggregation |
How shall the leaf be aggregated. The default is to return the mean of the leave 'average'. Other options are 'weightMatrix' and 'coefs' to return the ridge regression coefficients when doing Linear Random Forest. |
localVariableImportance |
Returns a matrix providing local variable importance for each prediction. |
... |
additional arguments. |
Allows for different methods of prediction on new data.
A vector of predicted responses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.