public abstract static class TransformWrappedVec.Function1DTransform extends java.lang.Object implements TransformWrappedVec.Transform
| Constructor and Description |
|---|
Function1DTransform() |
| Modifier and Type | Method and Description |
|---|---|
double |
apply() |
protected abstract double |
apply(double x) |
void |
reset() |
void |
setInput(int i,
double value) |
public void reset()
reset in interface TransformWrappedVec.Transformpublic void setInput(int i,
double value)
setInput in interface TransformWrappedVec.Transformpublic double apply()
apply in interface TransformWrappedVec.Transformprotected abstract double apply(double x)