addTreeLite
objectPredict method for addTreeLite
object
# S3 method for addTreeRaw
predict(object, newdata, n.feat = NCOL(newdata),
fixed.cxr = NULL, cxr.newdata = NULL, cxr = FALSE,
cxrcoef = FALSE, verbose = FALSE, trace = 0, ...)
addTreeRaw
Data frame of predictors
[Internal use] Integer: Use first n.feat
columns of newdata to predict.
Defaults to all
[Internal use] Matrix: Cases by rules to use instead of matching cases to rules using
newdata
[Internal use] Data frame: Use these values to match cases by rules
Logical: If TRUE, return list which includes cases-by-rules matrix along with predicted values
Logical: If TRUE, return cases-by-rules * coefficients matrix along with predicted values
Logical: If TRUE, print messages to console
Not used