Hi,

I am trying to use mclust to cluster some data (train_pca_10), I get the
clusters, but when I try to use the model to predict new data (test1) I get
this error



mClust2 <- Mclust(train_pca_10,G=2)
pred<-predict.Mclust(mClust2,test1)

Error in if (warn) warning(WARNING) : argument is of length zero

Can anyone see the problem here?

Thanks,
Pereira.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to