Package | Description |
---|---|
org.tribuo.transform.transformations |
Provides implementations of standard transformations like binning, scaling, taking logs and exponents.
|
Modifier and Type | Class and Description |
---|---|
static class |
BinningTransformation.BinningTransformationProvenance
Provenance for
BinningTransformation . |
static class |
IDFTransformation.IDFTransformationProvenance
Provenance for
IDFTransformation . |
static class |
LinearScalingTransformation.LinearScalingTransformationProvenance
Provenance for
LinearScalingTransformation . |
static class |
MeanStdDevTransformation.MeanStdDevTransformationProvenance
Provenance for
MeanStdDevTransformation . |
static class |
SimpleTransform.SimpleTransformProvenance
Provenance for
SimpleTransform . |
Modifier and Type | Method and Description |
---|---|
TransformationProvenance |
SimpleTransform.getProvenance() |
TransformationProvenance |
MeanStdDevTransformation.getProvenance() |
TransformationProvenance |
LinearScalingTransformation.getProvenance() |
TransformationProvenance |
IDFTransformation.getProvenance() |
TransformationProvenance |
BinningTransformation.getProvenance() |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.