Other packages > Find by keyword >

FeatureHashing  

Creates a Model Matrix via Feature Hashing with a Formula Interface
View on CRAN: Click here


Download and install FeatureHashing package within the R console
Install from CRAN:
install.packages("FeatureHashing")

Install from Github:
library("remotes")
install_github("cran/FeatureHashing")

Install by package version:
library("remotes")
install_version("FeatureHashing", "0.9.2")



Attach the package and use:
library("FeatureHashing")
Maintained by
Wush Wu
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-12-21
Latest Update: 2024-01-10
Description:
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.
How to cite:
Wush Wu (2014). FeatureHashing: Creates a Model Matrix via Feature Hashing with a Formula Interface. R package version 0.9.2, https://cran.r-project.org/web/packages/FeatureHashing. Accessed 05 May. 2025.
Previous versions and publish date:
0.7 (2014-12-21 18:00), 0.8 (2015-01-01 06:05), 0.9.1.1 (2015-10-18 01:06), 0.9.1.3 (2018-04-10 15:28), 0.9.1.4 (2019-11-24 15:20), 0.9.1.5 (2022-10-30 23:04), 0.9.1 (2015-09-23 03:01), 0.9.2 (2024-01-10 16:33), 0.9 (2015-03-30 00:06)
Other packages that cited FeatureHashing R package
View FeatureHashing citation profile
Other R packages that FeatureHashing depends, imports, suggests or enhances
Complete documentation for FeatureHashing
Functions, R codes and Examples using the FeatureHashing R package
Some associated functions: CSCMatrix-class . hash.mapping . hash.size . hashed.model.matrix . intToRaw . ipinyou . simulate.split . test.tag . 
Some associated R codes: RcppExports.R . hash.mapping.R . hash.size.R . hashed.model.matrix.R . matrix.R . simulate.split.R . zzz.R .  Full FeatureHashing package functions and examples
Downloads during the last 30 days
04/0604/0704/0804/0904/1204/1704/2104/2404/2505/0105/0305/04Downloads for FeatureHashing0246810121416182022242628TrendBars

Today's Hot Picks in Authors and Packages

affinitymatrix  
Estimation of Affinity Matrix
Tools to study sorting patterns in matching markets and to estimate the affinity matrix of both the ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
aspline  
Spline Regression with Adaptive Knot Selection
Perform one-dimensional spline regression with automatic knot selection. This package uses a penali ...
Download / Learn more Package Citations See dependency  
ClickHouseHTTP  
A Simple HTTP Database Interface to 'ClickHouse'
'ClickHouse' () is an open-source, high performance columnar OLAP (online ...
Download / Learn more Package Citations See dependency  
frailtypack  
Shared, Joint (Generalized) Frailty Models; Surrogate Endpoints
The following several classes of frailty models using a penalized likelihood estimation on the hazar ...
Download / Learn more Package Citations See dependency  
helloJavaWorld  
Hello Java World
A dummy package to demonstrate how to interface to a jar file that resides inside an R package. ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA