Interface IDBasedHierarchicCluster

  • All Superinterfaces:
    Cluster<Integer>, HierarchicCluster<Integer>

    @Beta
    @PublicAPI
    public interface IDBasedHierarchicCluster
    extends HierarchicCluster<Integer>
    A Hierarchic cluster over integers, preferably IDs; having associated integral ClusterID.

    Please note that this class is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.

    • Method Detail

      • getClusterID

        int getClusterID()
        Associated cluster ID, unique among a clustering.

        Please note that cluster ID is exposed in order to ease the implementation of efficient composition of higher level clustering representations. Cluster IDs associated for clusters retrieved from different clusterings can not be meaningfully compared.

        Returns:
        Associated cluster ID.