Normalized Mutual Information (NMI) for Cluster Analysis

버전 1.0.0 (121 KB) 작성자: qqffssxx
A MATLAB implementation for calculating Normalized Mutual Information (NMI) to measure the similarity between two clusterings.
다운로드 수: 55
업데이트 날짜: 2023/6/9

라이선스 보기

This MATLAB function provides a straightforward method to calculate the Normalized Mutual Information (NMI) between two sets of cluster assignments. NMI is a valuable measure in clustering as it can provide an understanding of how similar two different sets of cluster assignments are, even if the number of clusters differ between the two sets.
The function takes two label arrays as input, both representing different clustering assignments for the same dataset. It returns a scalar value representing the NMI of the two sets of labels, a measure of similarity ranging between 0 (no mutual information, completely dissimilar clusterings) and 1 (perfect correlation, completely identical clusterings).
This function has been verified against Python's sklearn.metrics.normalized_mutual_info_score function for accuracy and consistency.
Whether you are performing a cluster analysis and wish to compare results under different conditions or algorithms, this function provides a quick and reliable method to quantify the level of agreement between different clustering assignments. Enjoy exploring your clustering analysis in MATLAB!

인용 양식

qqffssxx (2024). Normalized Mutual Information (NMI) for Cluster Analysis (https://www.mathworks.com/matlabcentral/fileexchange/130784-normalized-mutual-information-nmi-for-cluster-analysis), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0