ECM {frbs} | R Documentation |
Evolving Clustering Method
Description
This function is a part of the DENFIS method to generate cluster centers.
Usage
ECM(data.train, Dthr)
Arguments
data.train |
a matrix ( |
Dthr |
the threshold value for the evolving clustering method (ECM), between 0 and 1. |
Value
a matrix of cluster centers
See Also
DENFIS
and DENFIS.eng
[Package frbs version 3.2-0 Index]