private static interface DendrogramVisualization.Positions
Modifier and Type | Method and Description |
---|---|
double |
combine(int o1,
int o2,
double y3)
Combine two objects, and return the new X coordinate.
|
double |
getX(int o)
Get the X coordinate of an object.
|
double |
getY(int o)
Get the Y coordinate of an object.
|
void |
set(int off,
double x,
double height)
Set the initial position
|
void set(int off, double x, double height)
off
- Object offsetx
- X coordinateheight
- Y coordinatedouble getX(int o)
o
- Objectdouble getY(int o)
o
- Objectdouble combine(int o1, int o2, double y3)
o1
- First objecto2
- Second objecty3
- Merge Y coordinateCopyright © 2019 ELKI Development Team. License information.