calcCentroids | R Documentation |
Calculate the new centroids of the clusters based on the membership matrix for a classical FCM.
data |
A Numeric matrix representing the observed data with n rows and p columns |
belongmatrix |
A n X k matrix giving for each observation n, its probability to belong to the cluster k |
m |
A float representing the fuzziness degree |
A a matrix with the centers calculated for each cluster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.