public interface InvertibleTransform extends DataTransform
Modifier and Type | Method and Description |
---|---|
InvertibleTransform |
clone() |
DataPoint |
inverse(DataPoint dp)
Applies the inverse or "reverse" transform to approximately undo the
effect of
DataTransform.transform(jsat.classifiers.DataPoint) to recover an
approximation of the original data point. |
fit, transform
DataPoint inverse(DataPoint dp)
DataTransform.transform(jsat.classifiers.DataPoint)
to recover an
approximation of the original data point.dp
- the transformed data pointInvertibleTransform clone()
clone
in interface DataTransform
Copyright © 2017. All rights reserved.