Message-ID: <1312023177030-3706145.post@n4.nabble.com>
Date: 2011-07-30T10:52:57Z
From: jiliguala
Subject: search the clusterring tree using the branch and bound mathod!!!
hi, R users
here is my problem, i want to make a clusterring tree, than do the searching
through the tree using branch and bound method.
the code to make the tree, but i dont know how to do the searching part.
thanks for any helping...
d <- dist(data, method = "euclidean")
h1 <- hclust(d, method="ward")
str(h1)
plot(h1)
mark
--
View this message in context: http://r.789695.n4.nabble.com/search-the-clusterring-tree-using-the-branch-and-bound-mathod-tp3706145p3706145.html
Sent from the R help mailing list archive at Nabble.com.