predict_mrf | R Documentation |
Similar to the build_forest_predict function from MultivariateRandomForest. However, this function takes in output from build_mrf and makes a new prediction.
predict_mrf(model, testX)
model |
Output from build_mrf. |
testX |
The design matrix for predictions. Can be made with create_X. |
A prediction matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.