Package com.chemaxon.clustering.common
Interface IDBasedSingleLevelClustering
-
- All Superinterfaces:
SingleLevelClustering<Integer,Cluster<Integer>>
@Beta @PublicAPI public interface IDBasedSingleLevelClustering extends SingleLevelClustering<Integer,Cluster<Integer>>
ASingleLevelClustering
of clusters containing Integer IDs.Please note that this interface is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
-
-
Method Summary
-
Methods inherited from interface com.chemaxon.clustering.common.SingleLevelClustering
clusterOf, clusters
-
-