Package | Description |
---|---|
org.tribuo |
Provides the core interfaces and classes for using Tribuo.
|
org.tribuo.classification.experiments |
Provides a set of main methods for interacting with classification tasks.
|
org.tribuo.classification.sgd.crf |
Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
|
org.tribuo.hash |
Provides the base interface and implementations of the
Model hashing
which obscures the feature names stored in a model. |
org.tribuo.sequence |
Provides core classes for working with sequences of
Example s. |
Class and Description |
---|
Hasher
An abstract base class for hash functions used to hash the names of features.
|
Class and Description |
---|
HashingOptions
An Options implementation which provides CLI arguments for the model hashing functionality.
|
Class and Description |
---|
HashingOptions.ModelHashingType
Supported types of hashes in CLI programs.
|
Class and Description |
---|
HashedFeatureMap
A
FeatureMap used by the HashingTrainer to
provide feature name hashing and guarantee that the Model
does not contain feature name information, but still works
with unhashed features names. |
Hasher
An abstract base class for hash functions used to hash the names of features.
|
HashingOptions.ModelHashingType
Supported types of hashes in CLI programs.
|
Class and Description |
---|
Hasher
An abstract base class for hash functions used to hash the names of features.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.