Limit sample size in silhouette function
4 次查看(过去 30 天)
显示 更早的评论
Does anyone have an idea of how can I limit the number of samples taken into account by silhouette function?:
[s,h] = silhouette(X,clust)
I have large sample size and my computer is calculating for a too long time... I know taht this is possible for example in python:
sil = metrics.silhouette_score(data, cluster-labels, metric='euclidean', sample_size=300)
I dont want to select a number of cases by myself because I suppose that this should by by chance...
Thank you in advance!
Maria.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!