代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/429878/8783939
htm fevbayes.htm
Netlab Reference Manual fevbayes
fevbayes
Purpose
Evaluate Bayesian regularisation for network forward propagation.
Synopsi
www.eeworm.com/read/429878/8783978
htm mlpderiv.htm
Netlab Reference Manual mlpderiv
mlpderiv
Purpose
Evaluate derivatives of network outputs with respect to weights.
Synopsis
www.eeworm.com/read/429878/8784077
htm netderiv.htm
Netlab Reference Manual netderiv
netderiv
Purpose
Evaluate derivatives of network outputs by weights generically.
Synopsis
www.eeworm.com/read/176166/9513579
dcosx makefile.dcosx
# $Id: Makefile.dcosx,v 1.5 2003/05/20 00:27:55 n8gray Exp $
# Makefile for Pyramid
#
# Thanks to Koen D'Hondt and patrick@wombat.logica.co.uk
CC=cc
AR=ar
#
# To evaluate an alternative layout for the
www.eeworm.com/read/176166/9513587
reliant makefile.reliant
# $Id: Makefile.reliant,v 1.5 2003/05/20 00:27:56 n8gray Exp $
#Makefile for ReliantUNIX-N Version 5.44 (SINIX)
CC=cc
AR=ar
#
# To evaluate an alternative layout for the Replace/Find dialog, add
# -DR
www.eeworm.com/read/176166/9513620
hpux makefile.hpux
# $Id: Makefile.hpux,v 1.5 2003/05/20 00:27:56 n8gray Exp $
CC=cc
AR=ar
#
# To evaluate an alternative layout for the Replace/Find dialog, add
# -DREPLACE_SCOPE to the CFLAGS. See the README file for
www.eeworm.com/read/365862/9843019
txt notes.txt
GMM Utilities
-------------
For GMMs and Gaussian kernels, we want the following operations:
1. Evaluate at a point.
2. Draw samples from.
3. Linear Transform.
4. Multiply.
5. Divide.
6. K
www.eeworm.com/read/168118/9938060
m ind2traj.m
function indtraj=ind2traj(irow,icol,nrows)
%
% indtraj=ind2traj(irow,icol,nrows)
%
% IND2TRAJ converts a set of row and column indicies to a set
% equivalent 1-D indicies which evaluate the matrix alo
www.eeworm.com/read/351998/10589046
txt notes.txt
GMM Utilities
-------------
For GMMs and Gaussian kernels, we want the following operations:
1. Evaluate at a point.
2. Draw samples from.
3. Linear Transform.
4. Multiply.
5. Divide.
6. K
www.eeworm.com/read/144627/12779639
c gaussian.c
#include
#include
#include
#include
#include "misc.h"
#include "gaussian.h"
double evaluate_gauss(int dim, double *s, double *center, double *va