代码搜索:evaluate

找到约 3,619 项符合「evaluate」的源代码

代码结果 3,619
www.eeworm.com/read/202577/15378219

m eval_ar_perf.m

function [ypred, ll, mse] = eval_AR_perf(coef, C, y, model) % Evaluate the performance of an AR model. % % Inputs % coef(:,:,k,m) - coef. matrix to use for k steps back, model m % C(:,:,m) - cov
www.eeworm.com/read/176166/9513586

lynx makefile.lynx

# $Id: Makefile.lynx,v 1.6 2003/05/20 00:27:56 n8gray Exp $ CC=cc AR=ar # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS # # To evaluate an alternative layout for the Replace/Find dialog, add
www.eeworm.com/read/176166/9513603

unicos makefile.unicos

# $Id: Makefile.unicos,v 1.7 2003/05/20 00:27:56 n8gray Exp $ # Makefile for Cray Unicos # # Thanks to Osman Buyukisik CC=cc AR=ar # # To evaluate an alternative layout for the Replace/Find dialog, ad
www.eeworm.com/read/176166/9513610

unixware makefile.unixware

# $Id: Makefile.unixware,v 1.6 2003/05/20 00:27:56 n8gray Exp $ CC=/usr/ccs/bin/cc AR=ar # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS # # To evaluate an alternative layout for the Replace/
www.eeworm.com/read/136367/13381558

java f6problem.java

package mtpso; /** * f6问题 * * @author qingyun yang //yqy409@tom.com */ public class F6Problem extends Problem { public double evaluate(Particle particle) { double num, denom, f6; doubl
www.eeworm.com/read/343751/11930500

m ftp25diff.m

function [f, J] = ftp25diff(x, ctrl, u) %Call: [f J]=ftp25diff(x,ctrl,u) %Evaluate the residuals corresponding %to the objective in a nonlinear lsq problem. %If ctrl>0 the Jacobian J should be com
www.eeworm.com/read/234432/14112850

m evalkernel.m

function K = evalkernel(samples1, samples2, kernel, kernelparam) % evaluate kernel function if (size(samples1,2)~=size(samples2,2)) error('sample1 and sample2 differ in dimensionality!!'); e
www.eeworm.com/read/234429/14112912

m evalkernel.m

function K = evalkernel(samples1, samples2, kernel, kernelparam) % evaluate kernel function if (size(samples1,2)~=size(samples2,2)) error('sample1 and sample2 differ in dimensionality!!'); e
www.eeworm.com/read/374010/9423668

m ioleval.m

function [Yhat,PI]=ioleval(NetDeff,NetDefg,NN,W1f,W2f,W1g,W2g,Y,U) % NNIOL % ----- % Evaluate a neural network trained by 'nniol'. % % The function produces the following plots: %
www.eeworm.com/read/176166/9513588

osf makefile.osf

# $Id: Makefile.osf,v 1.6 2003/05/20 00:27:56 n8gray Exp $ # # Makefile for nirvana utilities # OSF/1 version: Digital Unix >=4.0, Tru64 # CC=cc # # To evaluate an alternative layout for the Repla