@Beta @PublicAPI public final class SingleLinkage extends 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 CancellationException
input
- Dissimilarity inputpo
- Progress observer to trace executionLicenseException
- when appropriate license is not availableCancellationException
- Upon cancellation through the given ProgressObserver