multi_predict._cubist | R Documentation |
multi_predict()
methods for rule-based modelsmulti_predict()
methods for rule-based models
## S3 method for class ''_cubist''
multi_predict(object, new_data, type = NULL, neighbors = NULL, ...)
## S3 method for class ''_xrf''
multi_predict(object, new_data, type = NULL, penalty = NULL, ...)
object |
A |
new_data |
A rectangular data object, such as a data frame. |
type |
A single character value or |
neighbors |
A numeric vector of neighbors values between zero and nine. |
... |
Not currently used. |
penalty |
Non-negative penalty values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.