代码搜索:Generalized
找到约 2,645 项符合「Generalized」的源代码
代码结果 2,645
www.eeworm.com/read/374784/9384597
m generalizedpenalizedfunction.m
clear
[x,y] = meshgrid(-50:0.5:50);
yy1=1+(x+1)/4;
yy2=1+(y+1)/4;
l=size(x,1);
for i=1:l
for j=1:l
if x(i,j)>10
u1(i,j)=100*(x(i,j)-10)^4;
elseif x(i,j)
www.eeworm.com/read/374784/9384604
m generalizedschwefelsproblem226.m
clear
[x,y] = meshgrid(-500:5:500);
z=-x.*sin(sqrt(abs(x)))-y.*sin(sqrt(abs(y)));
mesh(x,y,z);
title('Generalized Schwefel''s Problem 2.26','FontSize',16);
%axis([-100,100,-100,100,0,10000]);
www.eeworm.com/read/362246/10009287
m contents.m
% Statistical Pattern Recognition Toolbox (STPRtool).
% Version 2.05 19-Oct-2005
%
% Bayesian classification.
% bayescls - Bayesian classifier with reject option.
% bayesdf
www.eeworm.com/read/362246/10010505
m~ contents.m~
% Statistical Pattern Recognition Toolbox (STPRtool).
% Version 2.04 22-Dec-2004
%
% Bayesian classification.
% bayescls - Bayesian classifier with reject option.
% bayesdf
www.eeworm.com/read/280595/10310579
m contents.m
% Statistical Pattern Recognition Toolbox (STPRtool).
% Version 2.04 22-Dec-2004
%
% Bayesian classification.
% bayescls - Bayesian classifier with reject option.
% bayesdf
www.eeworm.com/read/280595/10312472
m~ contents.m~
% Statistical Pattern Recognition Toolbox (STPRtool).
% Version 2.03 14-Dec-2004
%
% Bayesian classification.
% bayescls - Bayesian classifier with reject option.
% bayesdf