35 #ifndef OPENMS_COMPARISON_CLUSTERING_COMPLETELINKAGE_H 
   36 #define OPENMS_COMPARISON_CLUSTERING_COMPLETELINKAGE_H 
   85     void operator()(
DistanceMatrix<Real> & original_distance, std::vector<BinaryTreeNode> & cluster_tree, 
const Real threshold = 1) 
const;
 
   96       return "CompleteLinkage";
 
  102 #endif //OPENMS_COMPARISON_CLUSTERING_COMPLETELINKAGE_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
static ClusterFunctor * create()
creates a new instance of a CompleteLinkage object 
Definition: CompleteLinkage.h:88
Base class for all classes that want to report their progess. 
Definition: ProgressLogger.h:56
static const String getProductName()
get the identifier for this object 
Definition: CompleteLinkage.h:94
CompleteLinkage ClusterMethod. 
Definition: CompleteLinkage.h:58
Base class for cluster functors. 
Definition: ClusterFunctor.h:54