providing our own Initial cluster centroids to fcm function

4 views (last 30 days)
I am able to configure number of clusters, number of iterations, m, and convergence value. But I do not know configuring initial centroids corresponding to the chosen number of clusters. Is it possible to provide user defined initial cluster centers to the fcm function? Which Matlab version supports it?

Accepted Answer

Sam Chak
Sam Chak on 25 Feb 2024
The ability to provide the initial cluster centers was introduced in R2023b through the fcmOptions() command. This allows you to specify the clustering options. For more information, you can refer to the following documentation:

More Answers (0)

Community Treasure Hunt

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

Start Hunting!