public class CorrelationDataPair extends PirolPoint
coordinates, dimension, index, marked, NULLPUNKT, scaled, scaler| Constructor and Description |
|---|
CorrelationDataPair(double[] coords) |
CorrelationDataPair(double[] coords,
int index) |
CorrelationDataPair(double[] coords,
int index,
ScaleChanger scaler) |
CorrelationDataPair(double[] coords,
int index,
ScaleChanger scaler,
boolean prescaled) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareValues(int valIndex1,
int valIndex2)
function to compare value of a (scaled) data pair
|
clone, clonePunkt, compareTo, createVector, distanceBetween, distanceTo, equals, getCoordinate, getCoordinates, getDimension, getIndex, getSortFor, getX, getY, getZ, isMarked, liegtAuf, scale, setCoordinate, setCoordinates, setIndex, setMarked, setScaler, setSortFor, setX, setY, setZ, toCoordinate, toCoordinate, toString, unScalepublic CorrelationDataPair(double[] coords)
coords - public CorrelationDataPair(double[] coords,
int index)
coords - index - public CorrelationDataPair(double[] coords,
int index,
ScaleChanger scaler,
boolean prescaled)
coords - index - scaler - prescaled - public CorrelationDataPair(double[] coords,
int index,
ScaleChanger scaler)
coords - index - scaler - public int compareValues(int valIndex1,
int valIndex2)
throws java.lang.Exception
valIndex1 - index of first value to comparevalIndex2 - index of first value to comparejava.lang.Exception