代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/153407/12035642
m checkvarsparams.m
function params=checkvarsparams(start,continuing,params,n);
%CHECKVARSPARAMS Initializes GPLAB algorithm parameter variables.
% CHECKVARSPARAMS(START,CONTINUE,PARAMS,POPSIZE) returns a complete
www.eeworm.com/read/342008/12047410
m set.m
%SET Set mapping parameters
%
% W = set(W,name,value)
%
% Sets the parameter of the given name (as string) of the mapping W to value.
% No error checking is done. If this is desired, use the mapping c
www.eeworm.com/read/255755/12057397
m parzenc.m
%PARZENC Optimisation of the Parzen classifier
%
% [W,H] = PARZENC(A)
% W = PARZENC(A,H,FID)
%
% INPUT
% A dataset
% H smoothing parameter (may be scalar, vector of per-class
% param
www.eeworm.com/read/255755/12057412
m svo_nu.m
%SVO_NU Support Vector Optimizer: NU algorithm
%
% [V,J,C] = SVO(K,NLAB,NU,PD)
%
% INPUT
% K Similarity matrix
% NLAB Label list consisting of -1/+1
% NU Regularization parameter (0 <
www.eeworm.com/read/254776/12120037
txt 说明.txt
1)
修改如下文件:
D:\Tomcat5\conf\server.xml
D:\Tomcat5\conf\web.xml
即在server.xml: 之前加入以下内容:
www.eeworm.com/read/340868/12129968
htm handlers.htm
URL Handlers -- GoAhead WebServer
URL Handlers
The GoAhe