Description Usage Arguments Value Examples
View source: R/predict_mondrian_forest.R
Predict method for object of class 'mondrianforest'.
1 2 3 |
mforest |
A mondrianforest. |
newdata |
A new dataset. If missing, predicts on training set. |
gamma |
Hierarchical smoothing parameter, defaults to 0.0001. |
A matrix with class probabilities if type = "prob". If type = "class", returns MAP class estimates.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.