powered by
This is the base function called by Predict.
RunPredict(X, tree)
an n sample by d feature matrix (preferable) or data frame which was used to train the provided forest.
a tree from a forest returned by RerF.
predictions an n length vector of prediction based on the tree provided to this function