#include <OpenMS/DATASTRUCTURES/DistanceMatrix.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <OpenMS/DATASTRUCTURES/BinaryTreeNode.h>
#include <vector>
#include <set>
#include <list>
#include <iostream>
#include <fstream>
#include <cfloat>
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... | |
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:23 using doxygen 1.8.5 |