| predict.RFModel | R Documentation |
Predict method for RFModel
## S3 method for class 'RFModel'
predict(object, newdata, k = 1, ...)
object |
An |
newdata |
Query data of class data.frame |
k |
Number of similar cases to return |
... |
Additional arguments (currently unused) |
A data.frame of similar cases
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.