代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/226843/14450432
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/226066/14499836
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/218361/14925628
m gaussian.m
function p=gaussian(x,m,C);
% p=gaussian(x,m,C);
%
% Evaluate the multi-variate density with mean vector m and covariance
% matrix C for the input vector x.
%
% p=gaussian(X,m,C);
%
% Vectorized ver
www.eeworm.com/read/214372/15104485
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/13871/284292
m student_t_logprob.m
function L = log_student_pdf(X, mu, lambda, alpha)
% LOG_STUDENT_PDF Evaluate the log of the multivariate student-t distribution at a point
% L = log_student_pdf(X, mu, lambda, alpha)
%
% Each col
www.eeworm.com/read/216450/4895070
1 expr.1
.TH EXPR 1
.SH NAME \" Copyright (C) 1989 by Kenneth Almquist.
expr, test, [ \- evaluate expressions
.SH SYNOPSIS
.B expr
.I expression
.br
.B test
.I expression
.br
.B [
.I expression
.B ]
.SH DESCRI
www.eeworm.com/read/165926/5476471
t eval.t
# eval.t
# evaluate the regex to test re::DFA::Perl
use strict;
no warnings;
use Test::More tests => 48;
BEGIN { use_ok('re::DFA::Perl'); }
*match = re::DFA::Perl->as_method('(a|ba)*');
is match('
www.eeworm.com/read/165926/5476477
svn-base eval.t.svn-base
# eval.t
# evaluate the regex to test re::DFA::Perl
use strict;
no warnings;
use Test::More tests => 48;
BEGIN { use_ok('re::DFA::Perl'); }
*match = re::DFA::Perl->as_method('(a|ba)*');
is match('
www.eeworm.com/read/165926/5476486
t eval.t
# eval.t
# evaluate the regex to test re::DFA::C
use strict;
no warnings;
use Test::More tests => 48;
BEGIN { use_ok('re::DFA::C'); }
*match = re::DFA::C->as_method('(a|ba)*');
is match('a'), 'a';
www.eeworm.com/read/165926/5476492
svn-base eval.t.svn-base
# eval.t
# evaluate the regex to test re::DFA::C
use strict;
no warnings;
use Test::More tests => 48;
BEGIN { use_ok('re::DFA::C'); }
*match = re::DFA::C->as_method('(a|ba)*');
is match('a'), 'a';