fuzzy c-means with no random initial centers

1 回表示 (過去 30 日間)
Natasha Kratowska
Natasha Kratowska 2012 年 3 月 12 日
回答済み: Govind KM 2024 年 9 月 2 日
Hello,
Is there a way to define initial centers for the fuzzy c-means algorithm?
Thank you.
Natasha

回答 (1 件)

Govind KM
Govind KM 2024 年 9 月 2 日
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!

カテゴリ

Help Center および File ExchangeFuzzy Logic Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by