predict_mrf: Predict Multivariate Random Forest

predict_mrfR Documentation

Predict Multivariate Random Forest

Description

Similar to the build_forest_predict function from MultivariateRandomForest. However, this function takes in output from build_mrf and makes a new prediction.

Usage

predict_mrf(model, testX)

Arguments

model

Output from build_mrf.

testX

The design matrix for predictions. Can be made with create_X.

Value

A prediction matrix


dpweix/mlmcusum documentation built on July 31, 2023, 10:13 a.m.