[R] to search the tree using the branch and bound mathod!!!

jiliguala jiliguala at mail.com
Tue Aug 16 17:03:57 CEST 2011


hi, R users 


i have encountered a problem, i want to make a clusterring tree, than do the
searching through the tree using "branch and bound" method. 

here is the code to make the tree, thanks for any ideas... 

d  <- dist(data, method = "euclidean") 
h1 <- hclust(d, method="ward")   
plot(h1) 

mark

--
View this message in context: http://r.789695.n4.nabble.com/to-search-the-tree-using-the-branch-and-bound-mathod-tp3747483p3747483.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list