OpenMS  2.7.0
Classes | Namespaces | Functions
ClusterAnalyzer.h File Reference
#include <OpenMS/DATASTRUCTURES/DistanceMatrix.h>
#include <OpenMS/DATASTRUCTURES/BinaryTreeNode.h>
#include <vector>
Include dependency graph for ClusterAnalyzer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ClusterAnalyzer
 Bundles analyzing tools for a clustering (given as sequence of BinaryTreeNode's) More...
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 

Functions

bool compareBinaryTreeNode (const BinaryTreeNode &x, const BinaryTreeNode &y)
 returns the value of (x.distance < y.distance) for use with sort More...