Calculate the membership matrix (spatial version) according to a set of centroids, the observed data, the fuzziness degree a neighbouring matrix and a spatial weighting term
calcSFCMBelongMatrixNoisy(
centers,
data,
wdata,
m,
alpha,
delta,
sigmas,
wsigmas
)
A n * k matrix representing the belonging probabilities of each observation to each cluster
A matrix or a dataframe representing the centers of the clusters with p columns and k rows
A matrix representing the observed data with n rows and p columns
A matrix representing the lagged observed data with n rows and p columns
A float representing the fuzziness degree
A float representing the weight of the space in the analysis (0 is a typical fuzzy-c-mean algorithm, 1 is balanced between the two dimensions, 2 is twice the weight for space)
A float, the value set for delta by the user
A numeric vector for calculating the robust version of the FCM. Filled with ones if the classical version is required
Same as sigmas, but calculated on the spatially lagged dataset