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 DendrogramNodepublic final DendrogramNode getRight()
getRight in interface DendrogramNodepublic int getObservationCount()
getObservationCount in interface DendrogramNodepublic final int getObservation()