Class SingleLinkage
- java.lang.Object
-
- com.chemaxon.clustering.singlelinkage.SingleLinkage
-
@Beta @PublicAPI public final class SingleLinkage extends Object
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IDBasedHierarchicClustering
simpleSingleLinkageClustering(DissimilarityInput input, ProgressObserver po)
Single linkage clustering implementation.
-
-
-
Method Detail
-
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:
chemaxon.license.LicenseException
- when appropriate license is not availableCancellationException
- Upon cancellation through the given ProgressObserver
-
-