Class SingleLinkage
java.lang.Object
com.chemaxon.clustering.singlelinkage.SingleLinkage
Single linkage similarity clustering algorithm.
Licensing: this class is part of the JKlustor suite; it can be used with valid
JKlustor
license.
Please note that this class is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IDBasedHierarchicClustering
Single linkage clustering implementation.
-
Method Details
-
simpleSingleLinkageClustering
public static IDBasedHierarchicClustering simpleSingleLinkageClustering(DissimilarityInput input, ProgressObserver po) throws CancellationException Single linkage clustering implementation.- Parameters:
input
- Dissimilarity inputpo
- Progress observer to trace execution- Returns:
- Clustered hierarchy
- Throws:
LicenseException
- when appropriate license is not availableCancellationException
- Upon cancellation through the given ProgressObserver
-