calcCentroids {geocmeans} | R Documentation |
Calculate the new centroids of the clusters based on the membership matrix
calcCentroids(data, belongmatrix, m)
data |
A dataframe or 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 |
An integer representing the fuzziness degree |
A n X k matrix representing the belonging probabilities of each observation to each cluster
#This is an internal function, no example provided