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 CenterFile Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by