Uses of Package
org.tribuo.hash
Package
Description
Provides the core interfaces and classes for using Tribuo.
Provides a set of main methods for interacting with classification tasks.
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.Provides core classes for working with sequences of
Example
s.-
ClassDescriptionAn abstract base class for hash functions used to hash the names of features.
-
ClassDescriptionAn Options implementation which provides CLI arguments for the model hashing functionality.
-
-
ClassDescriptionHashes names using String.hashCode().A
FeatureMap
used by theHashingTrainer
to provide feature name hashing and guarantee that theModel
does not contain feature name information, but still works with unhashed features names.An abstract base class for hash functions used to hash the names of features.Supported types of hashes in CLI programs.Hashes Strings using the supplied MessageDigest type.Hashes names using String.hashCode(), then reduces the dimension. -
ClassDescriptionAn abstract base class for hash functions used to hash the names of features.