Thank you Devon I used it however the matrix came as char
> m = as.matrix(read.delim("Breast_cancer.txt"))
>typeof(m)
>[1] "character"
>library(e1071)
>cmeansy <- cmeans(m, 25, method="cmeans", m=1.25)
I could not cluster the matrix Brest_cancer.txt
• 0 views
•
link