public interface InPlaceTransform extends DataTransform
mutatesNominal()
method is
provided for the implementation to indicate otherwise.Modifier and Type | Method and Description |
---|---|
void |
mutableTransform(DataPoint dp)
Mutates the given data point.
|
boolean |
mutatesNominal()
By default returns
false . |
clone, fit, transform
void mutableTransform(DataPoint dp)
DataTransform.transform(jsat.classifiers.DataPoint)
.dp
- the data point to alterboolean mutatesNominal()
false
. Only returns true if this transform
will mutableTransform the nominal feature values of a data point.true
if nominal feature values are mutated, false
otherwise.Copyright © 2017. All rights reserved.