Optimal Feature Selection for Cluster Analysis
3 次查看(过去 30 天)
显示 更早的评论
Is there any method to find the optimal features for cluster analysis using MATLAB? Can we use silhouette plot (cluster width and silhouette coefficient ) to select the most relevant features
0 个评论
回答(1 个)
Abhishek Kumar
2020-10-14
Hi Arun,
I understand that you are trying to find out optimal features for cluster analysis and considering ‘silhouette plot’ as an option. You can use ‘k-means’ clustering and ‘silhouette plot’ iteratively by varying cluster sizes and different mix of features to be able to find out optimal features. You can refer to the following link to further understand usage of k-means and silhouette plot:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Cluster Analysis and Anomaly Detection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!