public interface InPlaceInvertibleTransform extends InPlaceTransform, InvertibleTransform
InPlaceTransform
specifies, with
the addition of an in-place "reverse" method that can be used to alter any
given transformed data point back into an approximation of the
original vector, without having to new vector object, but altering the one
given.Modifier and Type | Method and Description |
---|---|
InPlaceInvertibleTransform |
clone() |
void |
mutableInverse(DataPoint dp)
Mutates the given data point.
|
mutableTransform, mutatesNominal
inverse
fit, transform
void mutableInverse(DataPoint dp)
InvertibleTransform.inverse(jsat.classifiers.DataPoint)
dp
- the data point to alter with an inverse transformationInPlaceInvertibleTransform clone()
clone
in interface DataTransform
clone
in interface InvertibleTransform
Copyright © 2017. All rights reserved.