Displaying 1 result from an estimated 1 matches for "clustmeth".
2004 Oct 11
2
hclust title and paste - messed up
...arameter space of clustering
strategies ...
data <- read.table(...
dataTranspose <- t(data)
distMeth <- c("euclidean",
"maximum",
"manhattan",
"canberra",
"binary"
)
clustMeth <- c("ward",
"single",
"complete",
"average",
"mcquitty",
"median",
"centroid"
)
par(ask=TRUE)
for (d in distMeth){
print(d)
dt &...