search for: ncntrs

Displaying 2 results from an estimated 2 matches for "ncntrs".

2003 Mar 05
2
problem with cclust[er] package
...ote: > 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? There is a section in the rw-FAQ on how to find out. -- Brian D. Ripley,...
2003 Mar 05
1
problem with ccluster package
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.