代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/300446/6279105

h rand.h

/// \file /// \brief \b [Internal] Random number generator /// /// This file is part of RakNet Copyright 2003 Kevin Jenkins. /// /// Usage of RakNet is subject to the appropriate license agreemen
www.eeworm.com/read/299625/6285272

m normalizemeanstd.m

function [xapp,xtest] = normalizemeanstd(xapp,xtest) % USAGE % % [xapp,xtest] = normalizemeanstd(xapp,xtest) % % normalize inputs and output mean and standard deviation to 0 and 1 % % me
www.eeworm.com/read/299625/6285277

m kernelpca.m

function [eigvect,eigval,Kt]=kernelpca(x,kernel,kerneloption) % USAGE % [eigvect,eigval]=kernelpca(x,kernel,kerneloption) % % Diagonalizing the covariance matrix in feature space % % eigenv
www.eeworm.com/read/299625/6285287

m rankboostauc.m

function [alpha,threshold,rankfeat]=rankboostAUC(xapp,yapp,T); % USAGE % % [alpha,threshold,rankfeat]=rankboostAUC(xapp,yapp,T); % % This a Rankboost algorithm as described in the freund et
www.eeworm.com/read/146760/6324212

m psooptions.m

%get_psoOptions >> A function to get an "options structure" that is used to set various option of the PSO Algorithm. % % Usage : psoOptions = get_psoOptions % Arguments : None
www.eeworm.com/read/146760/6324221

m get_psooptions.m

%get_psoOptions >> A function to get an "options structure" that is used to set various option of the PSO Algorithm. % % Usage : psoOptions = get_psoOptions % Arguments : None
www.eeworm.com/read/492929/6414152

m tobit.m

function results = tobit(y,x,info) % PURPOSE: computes Tobit Regression %--------------------------------------------------- % USAGE: results = tobit(y,x,info) % where: y = censored dependent vari
www.eeworm.com/read/492929/6414179

m rtrace.m

function rtrace(y,x,thetamax,divs,vname) % PURPOSE: Plots ntheta ridge regression estimates %--------------------------------------------------- % USAGE: rtrace(y,x,thetamax,ntheta,vnames) % wher
www.eeworm.com/read/492929/6414216

m olse.m

function resid=olse(y,x) % PURPOSE: OLS regression returning only residual vector %--------------------------------------------------- % USAGE: residual = olse(y,x) % where: y = dependent variable
www.eeworm.com/read/492929/6414225

m prt_eqs.m

function prt_eqs(results,vnames,fid) % PURPOSE: Prints output from mutliple equation regressions % (thsls,sur) %--------------------------------------------------- % USAGE: prt_eqs(result