[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
![]() |
Draw< T1, T2, C1, C2 > Class Template Reference | ![]() |
#include <vigra/random_forest/rf_algorithm.hxx>
draw current linkage Clustering (HClustering Visitor)
create a graphviz .dot file usage:
Matrix<double> distance = get_distance_matrix();
linkage.cluster(distance);
Draw<double, int> draw(features, labels, "linkagetree.graph");
linkage.breadth_first_traversal(draw);
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|