Uses of Interface
org.tribuo.transform.TransformationProvenance
Packages that use TransformationProvenance
Package
Description
Provides infrastructure for applying transformations to a
Dataset.Provides implementations of standard transformations like binning, scaling, taking logs and exponents.
-
Uses of TransformationProvenance in org.tribuo.transform
Subinterfaces with type arguments of type TransformationProvenance in org.tribuo.transformModifier and TypeInterfaceDescriptioninterfaceAn interface representing a class of transformations which can be applied to a feature. -
Uses of TransformationProvenance in org.tribuo.transform.transformations
Classes in org.tribuo.transform.transformations that implement TransformationProvenanceModifier and TypeClassDescriptionstatic final classProvenance forBinningTransformation.static final classProvenance forIDFTransformation.static final classProvenance forLinearScalingTransformation.static final classProvenance forMeanStdDevTransformation.static final classProvenance forSimpleTransform.Methods in org.tribuo.transform.transformations that return TransformationProvenanceModifier and TypeMethodDescriptionBinningTransformation.getProvenance()IDFTransformation.getProvenance()LinearScalingTransformation.getProvenance()MeanStdDevTransformation.getProvenance()SimpleTransform.getProvenance()