fuzzy c-means with no random initial centers

1 visualización (últimos 30 días)
Natasha Kratowska
Natasha Kratowska el 12 de Mzo. de 2012
Respondida: Govind KM el 2 de Sept. de 2024
Hello,
Is there a way to define initial centers for the fuzzy c-means algorithm?
Thank you.
Natasha

Respuestas (1)

Govind KM
Govind KM el 2 de Sept. de 2024
Hi Natasha,
Starting from MATLAB R2023b, Initial estimate for cluster centers can be specified by creating an “fcmOptions” object and setting the “ClusterCenters” property. You can refer to this example in the documentation:
https://www.mathworks.com/help/fuzzy/fcm.html#mw_fa23100f-22a7-4be1-b690-fb080d4b9fbe
Hope this helps!

Categorías

Más información sobre Fuzzy Logic Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by