powered by
Based on soft clustering performed by the Mfuzz package.
unsupervised_clustering_auto_m_c(M1, ...)
Object of micro_array class.
Additional parameters.
Estimate of the optimal fuzzification parameter.
Estimate of the optimal number of clusters.
More result from the cselection function of the Mfuzz package
# NOT RUN { if(require(CascadeData)){ data(micro_S, package="CascadeData") M<-as.micro_array(micro_S[1:100,],1:4,6) mc<-unsupervised_clustering_auto_m_c(M) } # }
Run the code above in your browser using DataLab