OpenMS
|
#include <OpenMS/DATASTRUCTURES/DistanceMatrix.h>
#include <OpenMS/DATASTRUCTURES/BinaryTreeNode.h>
#include <vector>
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... | |