centersGFCM: center matrix calculator for GFCM algorithm
Description
center matrix calculator for GFCM algorithm
Usage
centersGFCM(data, centers, belongmatrix, dots)
Value
a matrix with the new centers
Arguments
- data
a matrix (the dataset used for clustering)
- centers
a matrix (the centers of the clusters)
- belongmatrix
a matrix with the membership values
- dots
a list of other arguments specific to FCM