public interface Transformer extends Serializable
Transformation
which can apply
a transform to the input value. Usually contains
feature specific information from the training data.
Transformers are serializable, and should only
be constructed by their TransformStatistics
.
Modifier and Type | Method and Description |
---|---|
double |
transform(double input)
Applies the transformation to the supplied
input value.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.