Description
Look-Up Tables using S4.
Description
Fits look-up tables by filling entries with the mean or median values of observations fall in partitions of the feature space. Partitions can be determined by user of the package using input argument feature.boundaries, and dimensions of the feature space can be any combination of continuous and categorical features provided by the data set. A Predict function directly fetches corresponding entry value, and a default value is defined as the mean or median of all available observations. The table and other components are represented using the S4 class lookupTable.
README.md
Look-Up Tables using S4
Developed by Enzo Jia and Marc Maier.
lookupTable() initializes and fits a lookupTable object, and predict.lookupTable() is a method belongs to predict(), which predicts using entry values in a lookupTable object.