代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/176709/9487436
m rbflpeval.m
function values = rbfLPeval (evalpoints, intpoints, bndpoints, coeff)
% evaluate Laplacian at evalpoints of
% an RBF approximation to a Poisson problem defined by centers in intpoints and bndpoints
www.eeworm.com/read/152580/12100976
m mregwav3.m
%
% Example of multiscale approximation
% Hyperparameters adjustments by CrossValidation
%
% Wavelet frame are used for approximating a
% Sin + sinc functions.
%
%
% 13/11/2000 AR
%
%
www.eeworm.com/read/230098/14306139
cpp cmac.cpp
/* Reinforcement Learning
Implementation of CMAC funcltion approximation
In this implementation, function CMAC::learn(...) implements
learning using eligibility traces. There are functions
i
www.eeworm.com/read/134894/13971846
m rsm_learn.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Response surface method for finding optimal approximator size p
% and data set G size M for a function approximation problem.
% Progr
www.eeworm.com/read/176709/9487400
m rbfpeval.m
function values = rbfPeval (evalpoints, intpoints, bndpoints, coeff)
% evaluate at evalpoints
% an RBF approximation to a Poisson problem defined by centers in intpoints and bndpoints,
% using coe
www.eeworm.com/read/419697/10843046
c alg094.c
/*
* WIELANDT'S DEFLATION ALGORITHM 9.4
*
* To approximate the second most dominant eigenvalue and an
* associated eigenvector of the n by n matrix A given an
* approximation LAMBDA to th
www.eeworm.com/read/196932/8040059
m dembcm.m
function dembcm()
% dembcm - Demo program for BCM approximation for large scale GP regression
%
% Synopsis:
% dembcm;
%
% Description:
% This routine demonstrates how the provided routines for the
www.eeworm.com/read/140700/13066006
txt alg094.txt
> restart;
> # WIELANDT'S DEFLATION ALGORITHM 9.4
> #
> # To approximate the second most dominant eigenvalue and an
> # associated eigenvector of the n by n matrix A given an
> # approximation LA
www.eeworm.com/read/140700/13066314
txt alg094.txt
> restart;
> # WIELANDT'S DEFLATION ALGORITHM 9.4
> #
> # To approximate the second most dominant eigenvalue and an
> # associated eigenvector of the n by n matrix A given an
> # approximation LA
www.eeworm.com/read/140698/13066654
c alg094.c
/*
* WIELANDT'S DEFLATION ALGORITHM 9.4
*
* To approximate the second most dominant eigenvalue and an
* associated eigenvector of the n by n matrix A given an
* approximation LAMBDA to th