An S4 class that defines the look-up table and all other components required for prediction using this table.
tablethe look-up table with entries to be retrieved as prediction results
feature.cona vector of continuous feature names
feature.cata vector of categorical feature names
feature.boundariesa list of boundaries for each input feature (inferred during construction from input data)
responsethe name of the response variable for the look-up table
defaultthe default value for cells corresponding to a missing combination of input values
response.categoriessequence of all categories (order-dependent) for the response variable, if it's categorical
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.