fuzzy c-means with no random initial centers
1 次查看(过去 30 天)
显示 更早的评论
Hello,
Is there a way to define initial centers for the fuzzy c-means algorithm?
Thank you.
Natasha
0 个评论
回答(1 个)
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!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Fuzzy Logic Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!