
互信息在MATLAB中的计算。
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
function MIhat = nmi( A, B )
The function calculates the Normalized Mutual Information between two matrices, A and B. It quantifies the amount of information that one matrix contains about the other, beyond what can be predicted from their individual distributions. Specifically, it computes the mutual information and then normalizes it by the maximum possible mutual information. This normalized value represents a measure of similarity between the two input matrices.
全部评论 (0)
还没有任何评论哟~


