About Anaconda Help Download Anaconda

r_test / packages / r-featurehashing

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 README in <https://github.com/wush978/FeatureHashing> for more information.

Click on a badge to see how to embed it in your web page
badge
https://anaconda.org/r_test/r-featurehashing/badges/version.svg
badge
https://anaconda.org/r_test/r-featurehashing/badges/latest_release_date.svg
badge
https://anaconda.org/r_test/r-featurehashing/badges/latest_release_relative_date.svg
badge
https://anaconda.org/r_test/r-featurehashing/badges/platforms.svg
badge
https://anaconda.org/r_test/r-featurehashing/badges/license.svg
badge
https://anaconda.org/r_test/r-featurehashing/badges/downloads.svg

© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.7) Legal | Privacy Policy