-
geneticalgrithmprogram
BNB20 Finds the constrained minimum of a function of several possibly integer variables.
% Usage: [errmsg,Z,X,t,c,fail] =
% BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...)
%
% BNB solves problems of the form:
% Minimize F(x) subject to: xlb <= x0 <=xub
% A*x <= B Aeq*x=Beq
% C(x)<=0 Ceq(x)=0
% x(i) is continuous for xstatus(i)=0
% x(i) integer for xstatus(i)= 1
% x(i) fixed for xstatus(i)=2
%(BNB20 Finds the constrained minimum of a fu nction of several possibly integer variables. % Usage : [errmsg, Z, X, t, c, fail] =% BNB20 (fun, x0, xstatus, xlb, xub, A, B, Aeq, Beq, nonlcon. settings, options, P1, P2, ...)%% BNB solves problems of the form : Minimize% F (x) subject to : xlb)
- 2007-04-02 12:24:33下载
- 积分:1
-
ATGP
Matlab中的高光谱图像中的端元提取算法(An algorithm for the extraction of the end elements in hyperspectral images in MATLAB by Liuliu)
- 2021-04-19 20:18:51下载
- 积分:1
-
3002-(1)
介绍了一种新的全光纤激光器,脉冲的,峰值功率不是很大(We report a narrow-linewidth (∆ λ = 0.4 nm) optical pulsed MOPA (master oscillator – power amplifier) source emitting
0.41 mJ pulses (1.5 kW peak power) in the eye-safe range (λ=1548 nm). Pulse duration and repetition rate were 90 ns
and 5 kHz respectively. )
- 2014-11-12 00:30:55下载
- 积分:1
-
Minimum-Bayes-classifier-error-rate
这是模式识别中最小错误率Bayes分类器设计方案。
自行完善了在不同先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。
全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。
调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩阵;第四步通过协方差矩阵求得方差和相关系数,从而得到概率密度函数。
调用最小错误率贝叶斯分类器决策子函数时,根据先验概率数组,通过比较概率大小判断一个体重身高二维向量代表的人是男是女。
主函数第一步打开“MAIL.TXT”和“FEMALE.TXT”文件,并调用最大似然估计求取概率密度子函数,对分类器进行训练。第二步打开“test2.txt”,调用最小错误率贝叶斯分类器决策子函数,然后再将数组中逐一与已知性别的数据比较,就可以得到不同先验概率条件下错误率的统计。
(This is the minimum error rate pattern recognition Bayes classifier design.
Self- improvement prior probability in different conditions , male , female and total error rate error rate statistics , into which each array .
All programs from the main function , maximum likelihood estimation subroutine strike probability density , the minimum error rate Bayesian classifier composed of decision-making three subfunctions .
Strike called maximum likelihood estimate probability density subroutine , the first step to obtain the sample data , stored as a matrix the second step of the matrix, each row sum , and divided by the total number of samples N, be the average vector third step is to application of the formula ( 3-43 ) using matrix and loop control statements , obtain the covariance matrix fourth step through the variance-covariance matrix and correlation coefficient obtained , resulting in the probability density function .
Call the minimum error rate decision Functions Bayesian)
- 2012-02-02 20:33:06下载
- 积分:1
-
Xunijilifa
虚拟激励法在汽车工程中的应用示例,可以求振动的功率谱密度。(THE APPLICATION OF MULTIPLE-POINT PSEUDO EXCITATION METHOD TO TRACKED AMBULANCE VIBRATION-REDUCTION SYSTEM RANDOM VIBRATION ANALYSIS)
- 2014-01-26 19:41:03下载
- 积分:1
-
ass2
it includes implementations of different DIP algorithms all are tested and working fine
- 2010-11-14 17:09:12下载
- 积分:1
-
Chapter---1---Algorith---Flowcharts
Algorithm/Flowchart for C
- 2014-02-15 19:48:07下载
- 积分:1
-
chapter3
说明: matlab与 人工神经网络2007 配套源程序(matlab and artificial neural network supporting source, 2007)
- 2008-11-21 10:36:00下载
- 积分:1
-
Space-Time-Coding
[时空译码-无线通讯技术]的书籍,对初学者及深入研究都非常有益的一本书。(Space-Time Coding,a very useful book for first learners and further research.)
- 2011-04-28 11:38:44下载
- 积分:1
-
program
算法部分是网上下的,因为应用不同,有所改动,界面程序是我自己加的,很简陋,但是能用,有的地方原程序被注释掉了,是为了保持原有程序的语句,怕删掉以后回不去。运行时注意地址和函数调用格式
(poor)
- 2010-06-02 15:31:09下载
- 积分:1