![]()
|
brFCM source codeThis directory contains the source code for brFCM, an enhanced version of the Fuzzy C-Means clustering algorithm that can significantly improve the time required for FCM clustering, with little loss of precision. This source code contains an implementation of the literal FCM clustering algorithm, a version of FCM that optimizes performance through caching of results and correct ordering of the formulas, and the brFCM algorithm.
For full details of this algorithm, please see
S. Eschrich, J. Ke, L. O. Hall, and D. B. Goldgof, Get the sourceThe source code is made available under the GNU Public License.Requirements for successful compilation
|