|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DendrogramNode
This interface describes a node depicted in a dendrogram plot.
| Method Summary | |
|---|---|
double |
getDist()
Returns the distance between the two children nodes on the next level. |
DendrogramNode |
getFirstSubnode()
Returns the first sub-node of this node. |
DataRow |
getLeafDataPoint()
Returns the DataRow associated with a leaf node. |
double |
getMaxDistance()
Returns the maximum distance from this node to any of the leafs. |
DendrogramNode |
getSecondSubnode()
Returns the second sub-node of this node. |
boolean |
isLeaf()
Returns if this node is a leaf. |
| Method Detail |
|---|
DendrogramNode getFirstSubnode()
double getDist()
boolean isLeaf()
true if the node is a leaf node,
false otherwisedouble getMaxDistance()
DataRow getLeafDataPoint()
null if this node is not a
leafDendrogramNode getSecondSubnode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||