public interface Transformation extends com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<TransformationProvenance>
Transformations first have to be fitted, where they
gather the appropriate data statistics (e.g., min and max value).
The TransformStatistics
can then be converted
into a Transformer
which can apply the transform
to a feature value.
Transformations are configurable, but not serializable. Describe them in config files or code.
Modifier and Type | Method and Description |
---|---|
TransformStatistics |
createStats()
Creates the statistics object for this Transformation.
|
TransformStatistics createStats()
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.