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