[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
#include <vigra/random_forest/rf_algorithm.hxx>
Public Member Functions | |
template<class Functor > | |
void | breadth_first_traversal (Functor &tester) |
template<class T , class C > | |
void | cluster (MultiArrayView< 2, T, C > distance) |
template<class Functor > | |
void | iterate (Functor &tester) |
Hierarchical Clustering class. Performs single linkage clustering
once the clustering has taken place. Information queries can be made using the breadth_first_traversal() method and iterate() method
Visit each node with a Functor in creation order (should be depth first)
Perform breadth first traversal of hierarchical cluster tree
save to HDF5 - defunct - has to be updated to new HDF5 interface Perform single linkage clustering
distance | distance matrix used. |
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |