-
Fisher-linear-discriminant-method
此为模式识别中的Fisher线性判别方法求分类器。进行了男、女错误率和总错误率的统计。
全部程序流程如下:
1、读取FAMALE.TXT文件把身高或体重给数组,并求x1的样本均值m1和内离散度S1;
2、读取MALE.TXT文件把身高或体重给数组,并求x2的样本均值m2和内离散度S2;
3、求最佳变换向量和阀值点;
4、读取Test2.txt文件把对应的身高或体重给数组A并求A的样本数M;
5、把最佳变换向量和阀值点、x代入判别方程g(x);
6、对本判别的错误率进行统计。(This is the pattern recognition method, to calculate the Fisher linear discriminant classifier .Were male , female and total error rate error rate statistics .
All program flow is as follows :
1 , read FAMALE.TXT file to height or weight to the array, and find the sample mean m1 x1 and internal dispersion S1
2 , read MALE.TXT file to height or weight to the array, and find the sample mean m2 and x2 within the dispersion S2
3 , for the best transformation vector and the threshold point
4 , read Test2.txt file to the corresponding height or weight requirements for the array A and A is the number of samples M
5 , the best transformation vector and the threshold point , x substituted into the discriminant equation g (x)
6 , determine the error rate of the statistics .
)
- 2012-02-02 20:27:49下载
- 积分:1
-
matlab16
Matlab的经典入门级教材。很适合初学者入门学习使用(Matlab' s classic entry-level teaching. Very suitable for beginners learning to use Getting Started)
- 2009-10-14 15:23:06下载
- 积分:1
-
Class
说明: forward处理程序,使用于煤炭、石油天然气行业(forward processing procedures used in the coal, oil and gas industry)
- 2010-03-24 08:51:16下载
- 积分:1
-
RussiaBlock
俄罗斯方块的MATLAB源程序,原来这样子也可以。。。。(Russia Block)
- 2011-06-02 17:29:20下载
- 积分:1
-
signal-procesing-using-matlab
数字信号处理的matlab编程仿真的部分程序,m文件。(Digital signal processing matlab program for simulating the part of the process, m file.)
- 2010-07-23 16:15:31下载
- 积分:1
-
BNBGUI
非线性整数规划图形工具 BNGUI Runs a GUI for BNB18 Usage: BNBGUI or BNBGUI(file) (Nonlinear integer programming graphical tools BNGUI Runs a GUI for BNB18 Usage: BNBGUI or BNBGUI (file))
- 2013-07-16 21:56:28下载
- 积分:1
-
voltage_sag_with_sc
power system compensation using facts device
- 2013-03-17 03:57:54下载
- 积分:1
-
BME
This code describes the blind channel estimation problem for the estimation of different estimation schmes.
- 2012-02-04 16:57:40下载
- 积分:1
-
MATLAB
MATLAB的设计,通过实例,更明了MATLAB设计过程(MATLAB design, through the example of the design process a better understanding of MATLAB)
- 2009-06-11 10:50:19下载
- 积分:1
-
getmswpfeat
matlab vide the examined window into cells (e.g. 16x16 pixels for each cell).
For each pixel in a cell, compare the pixel to each of its 8 neighbors (on its left-top, left-middle, left-bottom, right-top, etc.). Follow the pixels along a circle, i.e. clockwise or counter-clockwise.
Where the center pixel s value is greater than the neighbor s value, write 1 . Otherwise, write 0 . This gives an 8-digit binary number (which is usually converted to decimal for convenie
- 2014-11-27 18:57:07下载
- 积分:1