Package: lookupTable 0.1
lookupTable: Look-Up Tables using S4
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.
Authors:
lookupTable_0.1.tar.gz
lookupTable_0.1.zip(r-4.5)lookupTable_0.1.zip(r-4.4)lookupTable_0.1.zip(r-4.3)
lookupTable_0.1.tgz(r-4.4-any)lookupTable_0.1.tgz(r-4.3-any)
lookupTable_0.1.tar.gz(r-4.5-noble)lookupTable_0.1.tar.gz(r-4.4-noble)
lookupTable_0.1.tgz(r-4.4-emscripten)lookupTable_0.1.tgz(r-4.3-emscripten)
lookupTable.pdf |lookupTable.html✨
lookupTable/json (API)
# Install 'lookupTable' in R: |
install.packages('lookupTable', repos = c('https://enzochia.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/enzochia/lookuptable/issues
Last updated 9 years agofrom:ad3e907997. Checks:OK: 1 WARNING: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | WARNING | Nov 16 2024 |
R-4.5-linux | WARNING | Nov 16 2024 |
R-4.4-win | WARNING | Nov 16 2024 |
R-4.4-mac | WARNING | Nov 16 2024 |
R-4.3-win | WARNING | Nov 16 2024 |
R-4.3-mac | WARNING | Nov 16 2024 |
Exports:lookupTable
Dependencies:clidata.tabledplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Initialize and construct a lookupTable object | initialize,lookupTable-method |
An S4 class that defines the look-up table and all other components required for prediction using this table. | lookupTable lookupTable-class |
Predictions from a look-up table | predict.lookupTable |