Uses of Enum
org.tribuo.hash.HashingOptions.ModelHashingType
Packages that use HashingOptions.ModelHashingType
Package
Description
Provides the base interface and implementations of the
Model hashing
which obscures the feature names stored in a model.-
Uses of HashingOptions.ModelHashingType in org.tribuo.hash
Subclasses with type arguments of type HashingOptions.ModelHashingType in org.tribuo.hashModifier and TypeClassDescriptionstatic enumSupported types of hashes in CLI programs.Fields in org.tribuo.hash declared as HashingOptions.ModelHashingTypeModifier and TypeFieldDescriptionHashingOptions.modelHashingAlgorithmHash the model during training, options are {NONE,MOD,HC,SHA1,SHA256}Methods in org.tribuo.hash that return HashingOptions.ModelHashingTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static HashingOptions.ModelHashingType[]HashingOptions.ModelHashingType.values()Returns an array containing the constants of this enum type, in the order they are declared.