Skip to content

maruskyve/FCMClustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCMClustering

A Fuzzy C-Means (FCM) Clustering modest class

About

This project is a C++ class that can generate a Fuzzy C-Means (FCM) model with various parameters defined by the user, the parameters include n_cluster, max_iter, min_error & power. To build the model use the build method which is fit with X input. So that the final result of the model is a tendency for each data to enter its cluster in the form of an encoded U matrix (One-Hot).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages