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.deserializeFromProto(int version, String className, com.google.protobuf.Any message) Deserialization factory.static HashedFeatureMapHashedFeatureMap.generateHashedFeatureMap(FeatureMap map, Hasher hasher) Converts a standardFeatureMapby hashing each entry using the supplied hash functionHasher.