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