代码搜索:Fitting
找到约 695 项符合「Fitting」的源代码
代码结果 695
www.eeworm.com/read/212857/15147501
css toc.css
.HEADING {
font-size: 15px;
font-family: Arial, Geneva, Verdana, Helvetica;
font-weight: bold; color: #000000;
text-align: normal;
margin-left: 0px; }
.Fitting {
font-size: 11px;
font-f
www.eeworm.com/read/473765/6839469
css toc.css
.HEADING {
font-size: 15px;
font-family: Arial, Geneva, Verdana, Helvetica;
font-weight: bold; color: #000000;
text-align: normal;
margin-left: 0px; }
.Fitting {
font-size: 11px;
font-f
www.eeworm.com/read/193237/8245814
css toc.css
.HEADING {
font-size: 15px;
font-family: Arial, Geneva, Verdana, Helvetica;
font-weight: bold; color: #000000;
text-align: normal;
margin-left: 0px; }
.Fitting {
font-size: 11px;
font-f
www.eeworm.com/read/267559/11174877
css toc.css
.HEADING {
font-size: 15px;
font-family: Arial, Geneva, Verdana, Helvetica;
font-weight: bold; color: #000000;
text-align: normal;
margin-left: 0px; }
.Fitting {
font-size: 11px;
font-f
www.eeworm.com/read/202224/15389205
m mm2104.m
% mm2104.m
x = (0:.1:1)*2*pi; % same data as earlier
y = sin(x);
pp = spline(x,y); % pp-form fitting rough data
ppd = mmppder(pp); % pp-form of derivative
xi = linspace(0,2*pi); % finer points for in
www.eeworm.com/read/429878/8783781
htm demmdn1.htm
Netlab Reference Manual demmdn1
demmdn1
Purpose
Demonstrate fitting a multi-valued function using a Mixture Density Network.
www.eeworm.com/read/162415/10307473
m curvefit.m
%CURVEFIT Curve fitting
%
% x=curvefit('f',x0,x1,y1,options,'g') finds the value of x for
% which f(x,x1) is closest to y1. In other words, it fits the model f to
% the experimental data (x1,y1).
www.eeworm.com/read/402283/11539773
m mm2103.m
%mm2103.m
x = (0:.1:1)*2*pi;
y = sin(x); % create rough data
pp = spline(x,y); % pp-form fitting rough data
ppi = mmppint(pp,0); % pp-form of integral
xi = linspace(0,2*pi); % finer points for interp
www.eeworm.com/read/253950/12173770
htm demmdn1.htm
Netlab Reference Manual demmdn1
demmdn1
Purpose
Demonstrate fitting a multi-valued function using a Mixture Density Network.
www.eeworm.com/read/150905/12250001
htm demmdn1.htm
Netlab Reference Manual demmdn1
demmdn1
Purpose
Demonstrate fitting a multi-valued function using a Mixture Density Network.