| lookupTable-class {lookupTable} | R Documentation |
An S4 class that defines the look-up table and all other components required for prediction using this table.
Description
An S4 class that defines the look-up table and all other components required for prediction using this table.
Slots
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
[Package lookupTable version 0.1 Index]