calcBelongMatrix {geocmeans} | R Documentation |
Calculate the membership matrix according to a set of centroids, the observed data and the fuzziness degree
calcBelongMatrix(centers, data, m)
centers |
A matrix or a dataframe representing the centers of the clusters with p columns and k rows |
data |
A dataframe or matrix representing the observed data with n rows and p columns |
m |
A float representing the fuzziness degree |
A n * k matrix representing the probability of belonging of each observation to each cluster
#This is an internal function, no example provided