public class TransformationLn extends Object implements IValueTransformation
| Constructor and Description |
|---|
TransformationLn() |
TransformationLn(double shift) |
| Modifier and Type | Method and Description |
|---|---|
IValueTransformation |
getInverseTransformation() |
List<String> |
getParameterNames() |
List<Double> |
getParameters() |
String |
getTransformationName() |
void |
setShift(double shift) |
double |
transform(double value) |
public TransformationLn()
public TransformationLn(double shift)
public String getTransformationName()
getTransformationName in interface IValueTransformationpublic List<Double> getParameters()
getParameters in interface IValueTransformationpublic List<String> getParameterNames()
getParameterNames in interface IValueTransformationpublic double transform(double value)
throws Exception
transform in interface IValueTransformationExceptionpublic void setShift(double shift)
public IValueTransformation getInverseTransformation()
getInverseTransformation in interface IValueTransformationCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.