Code for Fuzzy c means (FCM) without using in-built function 'fcm'

2 views (last 30 days)
I want to make some changes to the traditional FCM algorithm so I cannot use the in-built function 'fcm'. I have written a code but it is not very efficient. Please give me a code for the same. Thank you in advance.

Answers (2)

Walter Roberson
Walter Roberson on 6 Feb 2018
  1 Comment
KB
KB on 6 Feb 2018
I want to make modifications to the objective function. That's why I need the code. I believe those toolbox functions only allow modification of parameters.

Sign in to comment.


Tan Pham
Tan Pham on 8 Oct 2020

Categories

Find more on Data Clustering in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!