Uses of Interface
org.tribuo.transform.TransformationProvenance
Packages that use TransformationProvenance
Package
Description
Provides implementations of standard transformations like binning, scaling, taking logs and exponents.
-
Uses of TransformationProvenance in org.tribuo.transform.transformations
Classes in org.tribuo.transform.transformations that implement TransformationProvenanceModifier and TypeClassDescriptionstatic final class
Provenance forBinningTransformation
.static final class
Provenance forIDFTransformation
.static final class
Provenance forLinearScalingTransformation
.static final class
Provenance forMeanStdDevTransformation
.static final class
Provenance forSimpleTransform
.Methods in org.tribuo.transform.transformations that return TransformationProvenanceModifier and TypeMethodDescriptionBinningTransformation.getProvenance()
IDFTransformation.getProvenance()
LinearScalingTransformation.getProvenance()
MeanStdDevTransformation.getProvenance()
SimpleTransform.getProvenance()