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?\
Usually calculated as ratio of similarity within a cluster and similarity between clusters i.e. minimum inter-cluster distance / maximum intra-cluster distance, where inter-cluster distance may be measured as distance between centroids of two clusters and intra-cluster distance may be measured as maximum distance between two elements within a cluster.