Entering edit mode
Budhayash Gautam
▴
90
@budhayash-gautam-4134
Last seen 10.2 years ago
hello friends
during k means clustering when i am trying to test total no of
possible clusters with th foowing code error is coming as follows:
kmax<-c(100)
> if(nrow(dat2)<100) {
+ kmax<-nrow(dat2)
+ }
> km<-rep(NA, (kmax-1))
> i<-c(2)
> while(i