Base class for cluster functors.
Definition: ClusterFunctor.h:54
A two-dimensional distance matrix, similar to OpenMS::Matrix.
Definition: DistanceMatrix.h:68
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:55
SingleLinkage ClusterMethod.
Definition: SingleLinkage.h:59
SingleLinkage & operator=(const SingleLinkage &source)
assignment operator
SingleLinkage(const SingleLinkage &source)
copy constructor
SingleLinkage()
default constructor
void operator()(DistanceMatrix< float > &original_distance, std::vector< BinaryTreeNode > &cluster_tree, const float threshold=1) const override
clusters the indices according to their respective element distances
static ClusterFunctor * create()
creates a new instance of a SingleLinkage object
~SingleLinkage() override
destructor
static const String getProductName()
get the identifier for this object
A more convenient string class.
Definition: String.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47