Package elki.clustering.hierarchical
Class NNChain<O>
- java.lang.Object
-
- elki.clustering.hierarchical.AGNES<O>
-
- elki.clustering.hierarchical.NNChain<O>
-
- Type Parameters:
O
- Object type
- All Implemented Interfaces:
Algorithm
,HierarchicalClusteringAlgorithm
@Reference(authors="F. Murtagh",title="A survey of recent advances in hierarchical clustering algorithms",booktitle="The Computer Journal 26(4)",url="https://doi.org/10.1093/comjnl/26.4.354",bibkey="DBLP:journals/cj/Murtagh83") @Reference(authors="D. M\u00fcllner",title="Modern hierarchical, agglomerative clustering algorithms",booktitle="arXiv preprint arXiv:1109.2378",url="https://arxiv.org/abs/1109.2378",bibkey="DBLP:journals/corr/abs-1109-2378") public class NNChain<O> extends AGNES<O>
NNchain clustering algorithm.Reference:
F. Murtagh
A survey of recent advances in hierarchical clustering algorithms
The Computer Journal 26(4)D. Müllner
Modern hierarchical, agglomerative clustering algorithms
arXiv preprint arXiv:1109.2378- Since:
- 0.7.5
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NNChain.Instance
Main worker instance of NNChain.-
Nested classes/interfaces inherited from interface elki.Algorithm
Algorithm.Utils
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterMergeHistory
run(Relation<O> relation)
Run the algorithm-
Methods inherited from class elki.clustering.hierarchical.AGNES
getInputTypeRestriction, initializeDistanceMatrix
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface elki.clustering.hierarchical.HierarchicalClusteringAlgorithm
autorun
-
-
-
-
Field Detail
-
LOG
private static final Logging LOG
Class logger.
-
-