|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.gui.plotter.AxisTransformationLog
public class AxisTransformationLog
Transforms the given value by applying a log function.
| Constructor Summary | |
|---|---|
AxisTransformationLog()
|
|
| Method Summary | |
|---|---|
double |
adaptTicsMax(double max,
double ticSize)
Adapts the maximum corresponding to the given tic size. |
double |
adaptTicsMin(double min,
double ticSize)
Adapts the minimum corresponding to the given tic size. |
java.lang.String |
format(double value,
int formatNumber)
Returns the formatted value. |
double |
inverseTransform(double value)
Transforms the given value by applying an exponential function. |
double |
transform(double value)
Transforms the given value by applying a log function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AxisTransformationLog()
| Method Detail |
|---|
public double transform(double value)
transform in interface AxisTransformationpublic double inverseTransform(double value)
inverseTransform in interface AxisTransformation
public java.lang.String format(double value,
int formatNumber)
format in interface AxisTransformation
public double adaptTicsMin(double min,
double ticSize)
adaptTicsMin in interface AxisTransformation
public double adaptTicsMax(double max,
double ticSize)
adaptTicsMax in interface AxisTransformation
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||