ECM function

Evolving Clustering Method

Evolving Clustering Method

This function is a part of the DENFIS method to generate cluster centers.

ECM(data.train, Dthr)

Arguments

  • data.train: a matrix (m×nm \times n) of data for training, where mm is the number of instances and nn is the number of variables where the last column is the output variable.
  • Dthr: the threshold value for the evolving clustering method (ECM), between 0 and 1.

Returns

a matrix of cluster centers

See Also

DENFIS and DENFIS.eng