Uses of Class
org.tribuo.hash.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
Modifier and TypeMethodDescriptionstatic HashedFeatureMap
HashedFeatureMap.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory.static HashedFeatureMap
HashedFeatureMap.generateHashedFeatureMap
(FeatureMap map, Hasher hasher) Converts a standardFeatureMap
by hashing each entry using the supplied hash functionHasher
.