This function is not intended for end users. Users should use the predict.brif function instead.
rfpredict(rf, rdf, vote_method, nthreads)
a data frame containing the predicted values.
an object of class 'brif', as returned by rftrain.
a data frame containing the new cases to be predicted.
an integer (0 or 1) indicating the voting mechanism among leaf predictions.
an integer specifying the number of threads to be used in prediction.