
public class DendrogramModel extends AbstractModel
| Modifier and Type | Field and Description |
|---|---|
private double |
distance
Distance to child cluster
|
| Constructor and Description |
|---|
DendrogramModel(double distance)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance() |
String |
toString() |
void |
writeToText(TextWriterStream out,
String label)
Implementation of
TextWriteable interface. |
public DendrogramModel(double distance)
distance - Distance to child cluster.public double getDistance()
public void writeToText(TextWriterStream out, String label)
TextWriteable interface.writeToText in class AbstractModelout - Output steamlabel - Optional label to prefixCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.