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