35 #ifndef OPENMS_COMPARISON_CLUSTERING_SINGLELINKAGE_H 36 #define OPENMS_COMPARISON_CLUSTERING_SINGLELINKAGE_H 85 void operator()(
DistanceMatrix<float> & original_distance, std::vector<BinaryTreeNode> & cluster_tree,
const float threshold = 1)
const;
91 static const String getProductName();
97 #endif //OPENMS_COMPARISON_CLUSTERING_SINGLELINKAGE_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
SingleLinkage ClusterMethod.
Definition: SingleLinkage.h:58
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:55
Base class for cluster functors.
Definition: ClusterFunctor.h:54