Feature hashing, also called as the hashing trick, is a method to transform features of a instance to a vector. Thus, it is a method to transform a real dataset to a matrix. Without looking up the indices in an associative array, it applies a hash function to the features and uses their hash values as indices directly. The method of feature hashing in this package was proposed in Weinberger et al. (2009) <arXiv:0902.2206>. The hashing algorithm is the murmurhash3 from the 'digest' package. Please see the ...
| License | GPL 3.0 |
|---|---|
| Tags | rlangcran |
| HomePage | https://github.com/wush978/FeatureHashing 🔍 Inspect URL |
| Date | Apr 30, 2022 |
| Files | pom (7 KB) jar (2.7 MB) View All |
| Repositories | BeDataDriven |
| Ranking | #411972 in MvnRepository (See Top Artifacts) |
| Used By | 1 artifacts |
Note: this artifact is located at BeDataDriven repository (https://nexus.bedatadriven.com/content/groups/public/)
Compile Dependencies (21)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
| org.renjin » tcltk | 0.9.2644 | 0.9.2726 | ||
| org.renjin » methods | 0.9.2644 | 0.9.2726 | ||
| org.renjin » graphics | 0.9.2644 | 0.9.2726 | ||
| org.renjin » datasets | 0.9.2644 | 0.9.2726 | ||
| org.renjin » splines | 0.9.2644 | 0.9.2726 | ||
| org.renjin » grDevices | 0.9.2644 | 0.9.2726 | ||
| org.renjin » tools | 0.9.2644 | 0.9.2726 | ||
| org.renjin » stats | 0.9.2644 | 0.9.2726 | ||
| org.renjin » parallel | 0.9.2644 | 0.9.2726 | ||
| org.renjin » utils | 0.9.2644 | 0.9.2726 | ||
| org.renjin » grid | 0.9.2644 | 0.9.2726 | ||
| org.renjin » stats4 | 0.9.2644 | 0.9.2726 | ||
| org.renjin » libstdcxx | 4.7.4-b18 | 4.7.4-bdev | ||
| org.renjin.cran » BH | 1.66.0-1-b8 | 1.69.0-1-b3 | ||
GPL 2.0 | org.renjin.cran » Matrix | 1.2-14-b3 | 1.2-17-b8 | |
GPL 2.0 | org.renjin.cran » Rcpp | 0.12.13-renjin-15 | ✔ | |
GPL 2.0 | org.renjin.cran » digest | 0.6.15-b11 | 0.6.10.3-renjin-8 | |
MIT | org.renjin.cran » magrittr | 1.5-b335 | 1.5-b365 | |
GPL 2.0 | org.renjin.cran » RUnit (optional) | 0.4.32-b1 | 0.4.32-b2 | |
GPL 2.0 | org.renjin.cran » glmnet (optional) | 2.0-16-b4 | 2.0-16-b9 | |
GPL | org.renjin.cran » knitr (optional) | 1.20-b6 | 1.22-b1 |
Provided Dependencies (4)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
| org.renjin » compiler | 0.9.2644 | 0.9.2726 | ||
| org.renjin.cran » BH | 1.66.0-1-b8 | 1.69.0-1-b3 | ||
GPL 2.0 | org.renjin.cran » Rcpp | 0.12.13-renjin-15 | ✔ | |
GPL 2.0 | org.renjin.cran » digest | 0.6.15-b11 | 0.6.10.3-renjin-8 |
Licenses
| License | URL |
|---|---|
| GPL (>= 3) | file LICENSE |
Developers
| Name | Dev Id | Roles | Organization | |
|---|---|---|---|---|
| Wush Wu [aut | ||||
| cre] | ||||
| Michael Benesty [aut | ||||
| ctb] |
Related Books
| R in Action, Third Edition: Data analysis and graphics with R and Tidyverse (2022) by Kabacoff, Robert I. | |
| Data Science with Java: Practical Methods for Scientists and Engineers (2017) by Michael R. Brzustowicz PhD |