Package | Description |
---|---|
org.tribuo |
Provides the core interfaces and classes for using Tribuo.
|
org.tribuo.data |
Provides classes for loading in data from disk, processing it into examples, and splitting datasets for
things like cross-validation and train-test splits.
|
org.tribuo.impl |
Provides implementations of base classes and interfaces from
org.tribuo . |
org.tribuo.transform |
Provides infrastructure for applying transformations to a
Dataset . |
org.tribuo.transform.transformations |
Provides implementations of standard transformations like binning, scaling, taking logs and exponents.
|
Class and Description |
---|
TransformationMap
A carrier type for a set of transformations to be applied to a
Dataset . |
TransformerMap |
Class and Description |
---|
TransformationMap
A carrier type for a set of transformations to be applied to a
Dataset . |
Class and Description |
---|
TransformerMap |
Class and Description |
---|
Transformation
An interface representing a class of transformations
which can be applied to a feature.
|
TransformationMap
A carrier type for a set of transformations to be applied to a
Dataset . |
TransformedModel
Wraps a
Model with it's TransformerMap so all Example s are transformed
appropriately before the model makes predictions. |
Transformer
A fitted
Transformation which can apply
a transform to the input value. |
TransformerMap |
TransformerMap.TransformerMapProvenance
Provenance for
TransformerMap . |
TransformStatistics
An interface for the statistics that need to be
collected for a specific
Transformation on
a single feature. |
Class and Description |
---|
Transformation
An interface representing a class of transformations
which can be applied to a feature.
|
TransformationProvenance
A tag interface for provenances in the transformation system.
|
Transformer
A fitted
Transformation which can apply
a transform to the input value. |
TransformStatistics
An interface for the statistics that need to be
collected for a specific
Transformation on
a single feature. |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.