[R] problem with ccluster package
Igor Oleinik
ioleinik at profitlogic.com
Wed Mar 5 20:17:34 CET 2003
Hello,
I am calling cclust function in cclust package
repeatedly until some ceratain conditions
for a cluster are met. Unfortunately,
the system crashes on the second call (after debugging).
# kmeans res1 is a well defined matrix
cl <- cclust(res1, as.numeric(ncntrs), iter.max = 20, verbose = FALSE,
dist="manhattan", method="kmeans")
RGui has generated errors and will be closed by Windows. ...
What might be the problem?
Thank you,
Igor.
More information about the R-help
mailing list