# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "FeatureHashing" in publications use:' type: software license: GPL-3.0-or-later title: 'FeatureHashing: Creates a Model Matrix via Feature Hashing with a Formula Interface' version: 0.9.2 doi: 10.32614/CRAN.package.FeatureHashing abstract: 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) . The hashing algorithm is the murmurhash3 from the 'digest' package. Please see the README in for more information. authors: - family-names: Wu given-names: Wush email: wush978@gmail.com - family-names: Benesty given-names: Michael email: michael@benesty.fr repository: https://cranhaven.r-universe.dev repository-code: https://github.com/wush978/FeatureHashing commit: ea9524c273437ca61a2f17810f371a9d9905921e url: https://github.com/wush978/FeatureHashing date-released: '2024-01-10' contact: - family-names: Wu given-names: Wush email: wush978@gmail.com