Uses of Enum Class
org.tribuo.hash.HashingOptions.ModelHashingType
Packages that use HashingOptions.ModelHashingType
Package
Description
Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
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.classification.sgd.crf
Fields in org.tribuo.classification.sgd.crf declared as HashingOptions.ModelHashingTypeModifier and TypeFieldDescriptionSeqTest.CRFOptions.modelHashingAlgorithmHash the model during training. -
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 class with the specified name.static HashingOptions.ModelHashingType[]HashingOptions.ModelHashingType.values()Returns an array containing the constants of this enum class, in the order they are declared.