35 #ifndef OPENMS_COMPARISON_CLUSTERING_COMPLETELINKAGE_H 36 #define OPENMS_COMPARISON_CLUSTERING_COMPLETELINKAGE_H 85 void operator()(
DistanceMatrix<float> & original_distance, std::vector<BinaryTreeNode> & cluster_tree,
const float threshold = 1)
const;
91 static const String getProductName();
96 #endif //OPENMS_COMPARISON_CLUSTERING_COMPLETELINKAGE_H A more convenient string class.
Definition: String.h:57
A two-dimensional distance matrix, similar to OpenMS::Matrix.
Definition: DistanceMatrix.h:68
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:55
CompleteLinkage ClusterMethod.
Definition: CompleteLinkage.h:58
Base class for cluster functors.
Definition: ClusterFunctor.h:54