35 #ifndef OPENMS_COMPARISON_CLUSTERING_SINGLELINKAGE_H 
   36 #define OPENMS_COMPARISON_CLUSTERING_SINGLELINKAGE_H 
   85     void operator()(
DistanceMatrix<Real> & original_distance, std::vector<BinaryTreeNode> & cluster_tree, 
const Real threshold = 1) 
const;
 
   96       return "SingleLinkage";
 
  104 #endif //OPENMS_COMPARISON_CLUSTERING_SINGLELINKAGE_H 
float Real
Real type. 
Definition: Types.h:109
A more convenient string class. 
Definition: String.h:56
A two-dimensional distance matrix, similar to OpenMS::Matrix. 
Definition: DistanceMatrix.h:57
SingleLinkage ClusterMethod. 
Definition: SingleLinkage.h:58
Base class for all classes that want to report their progess. 
Definition: ProgressLogger.h:56
static ClusterFunctor * create()
creates a new instance of a SingleLinkage object 
Definition: SingleLinkage.h:88
static const String getProductName()
get the identifier for this object 
Definition: SingleLinkage.h:94
Base class for cluster functors. 
Definition: ClusterFunctor.h:54