代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/135754/13902211
m evaluate.m
function K = evaluate(ker, x1, x2)
n = size(x2,1);
m = size(x1,1);
K = zeros(m,n);
if (m
www.eeworm.com/read/135754/13902216
c evaluate.c
/******************************************************************************
File : @rbf/evaluate.c
Date : Saturday 18th March 2000
Author : Dr Gavin C. Cawley
Descr
www.eeworm.com/read/133541/14036117
c evaluate.c
#include "genocop.h"
/* Cumulative probability on crossover */
/* Random probability on mutation */
/* NO multiple hits per agent possible */
/***********************************************
www.eeworm.com/read/133278/14049641
asv evaluate.asv
function avg = evaluate(audio1, audio2, leng)
l1 = 500;
l2 = 500;
range = 19;
table = [1 0.95 0.9 0.85 0.8 0.75 0.7 0.65 0.6 0.55 0.5 0.45 0.4 0.35 0.3 0.25 0.2 0.15 0.1 0.05];
www.eeworm.com/read/133278/14049666
m evaluate.m
function avg = evaluate(audio1, audio2, leng)
l1 = 1000;
l2 = 1000;
range = 19;
table = [1 0.95 0.9 0.85 0.8 0.75 0.7 0.65 0.6 0.55 0.5 0.45 0.4 0.35 0.3 0.25 0.2 0.15 0.1 0.05];
www.eeworm.com/read/202785/15372983
c evaluate.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: evalua
www.eeworm.com/read/111603/15509331
mexglx evaluate.mexglx
www.eeworm.com/read/111603/15509334
m evaluate.m
function K = evaluate(ker, x1, x2)
% EVALUATE
%
% Evaluate a Gaussian radial basis kernel, for example
%
% K = evaluate(kernel, x1, x2);
%
% where x1 and x2 are matrices containing input p
www.eeworm.com/read/111603/15509336
c evaluate.c
/******************************************************************************
File : @rbf/evaluate.c
Date : Saturday 18th March 2000
Author : Dr Gavin C. Cawley
Descr