View source: R/dal_predictor.R
| predictor | R Documentation |
Ancestor class for supervised predictors (classification and regression).
Provides a default fit() to record feature names and proxies action() to predict().
An example predictor is a decision tree classifier (cla_dtree).
predictor()
returns a predictor object
#See ?cla_dtree for a classification example using a decision tree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.