-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float[][]
getDistanceMatrix()
Returns the distance matrix used in clustering.GuideTreeNode<S,C>
getRoot()
Returns the root node of the tree resulting from this clustering algorithm.
-
-
-
Method Detail
-
getDistanceMatrix
float[][] getDistanceMatrix()
Returns the distance matrix used in clustering. May be calculated from another original source.- Returns:
- the distance matrix input to clustering
-
getRoot
GuideTreeNode<S,C> getRoot()
Returns the root node of the tree resulting from this clustering algorithm.- Returns:
- the resulting tree output from clustering
-
-