@Beta @PublicAPI public final class SingleLinkage extends java.lang.Object
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.
Modifier and Type | Method and Description |
---|---|
static IDBasedHierarchicClustering |
simpleSingleLinkageClustering(DissimilarityInput input,
ProgressObserver po)
Single linkage clustering implementation.
|
public static IDBasedHierarchicClustering simpleSingleLinkageClustering(DissimilarityInput input, ProgressObserver po) throws java.util.concurrent.CancellationException
input
- Dissimilarity inputpo
- Progress observer to trace executionchemaxon.license.LicenseException
- when appropriate license is not availablejava.util.concurrent.CancellationException
- Upon cancellation through the given ProgressObserver