View source: R/s_LightRuleFit.R
predict.LightRuleFit | R Documentation |
predict
method for LightRuleFit
objectpredict
method for LightRuleFit
object
## S3 method for class 'LightRuleFit'
predict(
object,
newdata = NULL,
return.cases.by.rules = FALSE,
verbose = TRUE,
...
)
object |
|
newdata |
Feature matrix / data.frame: will be converted to |
return.cases.by.rules |
Logical: If TRUE, return cases by rules matrix |
verbose |
Logical: If TRUE, print messages during execution. Default = TRUE |
... |
Ignored |
Vector of estimated values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.