문제

I want to determine the optimal number of clusters with R using the gap statistics in the following way

library(cluster)

clusGap(datamatrix, FUN=kmeans, K.max=10, B=10)

However I get the error

Error: could not find function "clusGap"

What does this mean? I have the cluster package because I can use the other functions. Was this function removed or do I do something wrong?

도움이 되었습니까?

해결책

I had an old version of the cluster package.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top