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.
|
getInputTypeRestriction
PointerHierarchyRepresentationResult<D> run(Database db)
Algorithm
D getDistanceFactory()