필터 지우기
필터 지우기

Cluster performance

조회 수: 3 (최근 30일)
Amishi
Amishi 2012년 2월 15일
편집: Mann Baidi 2024년 4월 10일
Hi,
How cluster performance can be calculated ?
Is there any in built function in matlab such as for Dunn's index or Davies-Bouldin Validity Index or any other metric for calculating performance of clusters
Regards,
Amishi

답변 (1개)

Mann Baidi
Mann Baidi 2024년 4월 10일
편집: Mann Baidi 2024년 4월 10일
I understand that you would like to calculate the performance of your clustering algorithm using some in-built MATLAB function.
You can use the 'silhouette' function in MATLAB for calculating the performance of your clustering algorithm.
Moreover, you can also relatively compare the performance for different cluster number for the same algorithm using the 'evalclusters' function in MATLAB.
For exploring more about the function feel free to go through the documentation of the function using the following link:
Please note that for using these functions you need to have the access to 'Statistics and Machine Learning Toolbox'.
Hope this will help in solving your query!

카테고리

Help CenterFile 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!

Translated by