Interface HierarchicalClusterer<S extends Sequence<C>,​C extends Compound>

    • 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,​CgetRoot()
        Returns the root node of the tree resulting from this clustering algorithm.
        Returns:
        the resulting tree output from clustering