Fisher二元分类器我要分享

Fisher binary classifier

matlab

关注次数: 201

下载次数: 0

文件大小: 2.67 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: Fisher二元分类器,依据求得的Fisher变换向量W,判定输入数据X(样本数据以列向量形式存储)的所属 参考边肇祺清华版《模式识别(第二版)》P90页(4.2章 Fisher线性判别) [ JudgeX  W  threY ] = fcFisherJudge(Class1,Class2,X) 用于产生Fisher变换向量,并确定待判定的数据X的所属 [ W  threY  MeanC1  MeanC2  Sw Sb  CountC ] = fcFisherW(Class1,Class2) 用于产生Fisher变换向量


English Description:

Fisher binary classifier, according to the obtained Fisher transform vector w, determines the input data X (sample data stored in the form of column vector)


代码预览