On Fri, Aug 31, 2012 at 11:46:33AM +0200, Matthias Ekman wrote: > I was hoping to use an existing dendrogram function to plot the tree, > as they usually offer some other handy features as to truncate the > leaves and so on. But as the sklearn ward does not return the > distances I don't see how the ``children_`` format can be converted to > the (n-1, 4) linkage format.
I thought so to, but I can you can always make it up. It won't contain useful information, but would still give a display of the merge structure. The children are arranged in the order in which they are paired in the scikit-learn structure. HTH, G ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
