View source: R/predict.logforest.R
predict.logforest | R Documentation |
Predicts outcomes for new observations using a fitted logic forest model.
## S3 method for class 'logforest'
predict(object, newdata, cutoff, ...)
object |
An object of class |
newdata |
A data frame containing new observations to predict. |
cutoff |
A numeric value indicating the proportion of trees that must predict class 1 for an overall prediction of class 1. |
... |
Additional arguments (currently ignored). |
An object of class "LFprediction"
containing the predicted outcomes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.