Uses of Class
org.tribuo.hash.HashedFeatureMap
Packages that use HashedFeatureMap
Package
Description
Provides the base interface and implementations of the
Model hashing
which obscures the feature names stored in a model.-
Uses of HashedFeatureMap in org.tribuo.hash
Methods in org.tribuo.hash that return HashedFeatureMapModifier and TypeMethodDescriptionstatic HashedFeatureMapHashedFeatureMap.generateHashedFeatureMap(FeatureMap map, Hasher hasher) Converts a standardFeatureMapby hashing each entry using the supplied hash functionHasher.