rfpredict {brif} | R Documentation |
Predict new cases
Description
This function is not intended for end users. Users should use the predict.brif function instead.
Usage
rfpredict(rf, rdf, vote_method, nthreads)
Arguments
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. |
Value
a data frame containing the predicted values.
[Package brif version 1.4.1 Index]