Project Home

Tracker

Documents

Tasks

Source Code

Discussions

Reports

File Releases

Wiki

Project Admin
Project: brfcm     Project Home
Project Home
brfcm

A fast, efficient version of the Fuzzy C- Means clustering algorithm.
Project Created: 08/21/2006
Project News (0 Items)
Project Members
Total Project Members:2
Project Administrators:
Project Home Page

brFCM

This project 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. The source code implements 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, "Fast accurate fuzzy clustering through data reduction," IEEE Transactions on Fuzzy Systems, vol. 11, pp. 262-270, 2003.

The source code is made available under the GNU Public License.

Requirements

  • A Unix-like system (it has been tested on Linux and Solaris)
  • The gcc compiler
  • The libtiff library for reading TIFF files (in the case of ATR support)
Project News:
There are no News Items.