Uses of Interface
org.tribuo.transform.TransformationProvenance
Package
Description
Provides implementations of standard transformations like binning, scaling, taking logs and exponents.
-
Uses of TransformationProvenance in org.tribuo.transform.transformations
Modifier 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
.Modifier and TypeMethodDescriptionBinningTransformation.getProvenance()
IDFTransformation.getProvenance()
LinearScalingTransformation.getProvenance()
MeanStdDevTransformation.getProvenance()
SimpleTransform.getProvenance()