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 (6 KB) jar (2.4 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 (18)
Provided Dependencies (4)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
| org.renjin » compiler | 0.8.2523 | 0.9.2726 | ||
GPL 2.0 | org.renjin.cran » digest | 0.6.12-b26 | 0.6.10.3-renjin-8 | |
GPL 2.0 | org.renjin.cran » Rcpp | 0.12.13-renjin-13 | 0.12.13-renjin-15 | |
| org.renjin.cran » BH | 1.65.0-1-b22 | 1.69.0-1-b3 |
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 |