Skip to content
Prev 319386 / 398506 Next

Empty cluster / segfault using vanilla kmeans with version 2.15.2

Hello,

here is a working reproducible example which crashes R using kmeans or 
gives empty clusters using the nstart option with R 15.2.


library(cluster)
kmeans(ruspini,4)
kmeans(ruspini,4,nstart=2)
kmeans(ruspini,4,nstart=4)
kmeans(ruspini,4,nstart=10)
?kmeans

either we got empty always clusters and or, after some further commands 
an segfault.

regards,
Detlef Groth

------------


[R] Empty cluster / segfault using vanilla kmeans with version 2.15.2
Uwe Ligges ligges at statistik.tu-dortmund.de
Sat Feb 9 20:52:19 CET 2013

     Previous message: [R] Empty cluster / segfault using vanilla kmeans 
with version 2.15.2
     Next message: [R] Fractional logit in GLM?
     Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

We need a reproducible example.

Uwe Ligges
On 03.02.2013 15:03, Luca Nanetti wrote: