public final class ObservationNode extends Object implements DendrogramNode
Constructor and Description |
---|
ObservationNode(int observation) |
Modifier and Type | Method and Description |
---|---|
DendrogramNode |
getLeft() |
int |
getObservation() |
int |
getObservationCount() |
DendrogramNode |
getRight() |
public final DendrogramNode getLeft()
getLeft
in interface DendrogramNode
public final DendrogramNode getRight()
getRight
in interface DendrogramNode
public int getObservationCount()
getObservationCount
in interface DendrogramNode
public final int getObservation()