Uses of Package
org.tribuo.transform
Packages that use org.tribuo.transform
Package
Description
Provides the core interfaces and classes for using Tribuo.
Provides implementations of base classes and interfaces from
org.tribuo.Provides infrastructure for applying transformations to a
Dataset.Provides implementations of standard transformations like binning, scaling, taking logs and exponents.
-
Classes in org.tribuo.transform used by org.tribuo
-
Classes in org.tribuo.transform used by org.tribuo.implClassDescription
-
Classes in org.tribuo.transform used by org.tribuo.transformClassDescriptionAn interface representing a class of transformations which can be applied to a feature.A carrier type for a set of transformations to be applied to a
Dataset.A tag interface for provenances in the transformation system.Wraps aModelwith it'sTransformerMapso allExamples are transformed appropriately before the model makes predictions.A fittedTransformationwhich can apply a transform to the input value.Provenance forTransformerMap.An interface for the statistics that need to be collected for a specificTransformationon a single feature. -
Classes in org.tribuo.transform used by org.tribuo.transform.transformationsClassDescriptionAn interface representing a class of transformations which can be applied to a feature.A tag interface for provenances in the transformation system.A fitted
Transformationwhich can apply a transform to the input value.An interface for the statistics that need to be collected for a specificTransformationon a single feature.