Uses of Package
org.tribuo.hash
Packages that use 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.-
Classes in org.tribuo.hash used by org.tribuoClassDescriptionAn abstract base class for hash functions used to hash the names of features.
-
Classes in org.tribuo.hash used by org.tribuo.classification.experimentsClassDescriptionAn Options implementation which provides CLI arguments for the model hashing functionality.
-
Classes in org.tribuo.hash used by org.tribuo.classification.sgd.crf
-
Classes in org.tribuo.hash used by org.tribuo.hashClassDescriptionA
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. -
Classes in org.tribuo.hash used by org.tribuo.sequenceClassDescriptionAn abstract base class for hash functions used to hash the names of features.