predict.deeptree {deepdive} | R Documentation |
Predict Function for Deeptree
Description
Predict Function for Deeptree
Usage
## S3 method for class 'deeptree'
predict(object, newData, treeLeaves = NA, stackPred = NA, ...)
Arguments
object |
deeptree model object |
newData |
pass dataframe for prediction |
treeLeaves |
Pass vector with tree leaves if fit outside deeptree. default NA. |
stackPred |
Pass stackPred of prediction data if it was passed in deeptree |
... |
further arguments passed to or from other methods. |
Value
returns predictions vector or dataframe
[Package deepdive version 1.0.4 Index]