Bhattacharyya Distance Measure for Pattern Recognition

バージョン 1.0.0.0 (1.69 KB) 作成者: Yi Cao
A Tool to calculate the Bhattacharyya Distance Measure for Pattern Recognition
ダウンロード: 9.6K
更新 2008/3/13

ライセンスの表示

The m-file provides a tool to calculate the Bhattacharyya Distance Measure (BDM) between two classes of normal distributed data. The BDM is widely used in Pattern Recognition as a criterion for Feature Selection.

Directly calculation may result in divide by zero error due to possible (near) singularity of cov(X1)*cov(X2). The improved code uses the Cholesky factorization for the normal cases but uses sqrtm for near singular cases.

引用

Yi Cao (2025). Bhattacharyya Distance Measure for Pattern Recognition (https://www.mathworks.com/matlabcentral/fileexchange/18662-bhattacharyya-distance-measure-for-pattern-recognition), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
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.0

update descriptions.