multi_predict()
methods for rule-based models
Source: R/cubist_rules.R
, R/rule_fit.R
multi_predict.Rd
multi_predict()
methods for rule-based models
Usage
# S3 method for `_cubist`
multi_predict(object, new_data, type = NULL, neighbors = NULL, ...)
# S3 method for `_xrf`
multi_predict(object, new_data, type = NULL, penalty = NULL, ...)
Arguments
- object
A
model_fit
object.- new_data
A rectangular data object, such as a data frame.
- type
A single character value or
NULL
. This argument is ignored in the method for_cubist
objects and is handled internally (sincetype = "numeric"
is always used).- neighbors
A numeric vector of neighbors values between zero and nine.
- ...
Not currently used.
- penalty
Non-negative penalty values.