
D - Distance typepublic interface HierarchicalClusteringAlgorithm<D extends Distance<D>> extends Algorithm
ExtractFlatClusteringFromHierarchy.| Modifier and Type | Method and Description |
|---|---|
D |
getDistanceFactory()
Return the distance type that will be used by the algorithm.
|
PointerHierarchyRepresentationResult<D> |
run(Database db)
Runs the algorithm.
|
getInputTypeRestrictionPointerHierarchyRepresentationResult<D> run(Database db)
AlgorithmD getDistanceFactory()