代码搜索:Hyper
找到约 912 项符合「Hyper」的源代码
代码结果 912
www.eeworm.com/read/264046/11331592
m darxopt.m
function [NVR,opts,separ] = darxopt(y,u,nn,IRW,method,nvr,nvr0,opts,ALG,output,P0)
% DARXOPT Hyper-parameter estimation for DARX
%
% [nvr,opts,parse]=darxopt(y,u,nn,TVP,meth,nvrc,nvr0,opts,ALG,tab
www.eeworm.com/read/264046/11331637
m dtfmopt.m
function [NVR,opts,separ] = dtfmopt(y,u,nn,IRW,method,nvr,nvr0,opts,ALG,output,P0)
% DTFMOPT Hyper-parameter estimation for DTFM
%
% [nvr,opts,parse]=dtfmopt(y,u,nn,TVP,meth,nvrc,nvr0,opts,ALG,tab
www.eeworm.com/read/264046/11331639
m dhropt.m
function [bl,alpha,opts,amp,separ] = dhropt(y,P,IRWharm,nar,nvr,alpha,nvr0,alpha0,opts,ALG,output,t,Interv)
% DHROPT Hyper-parameter estimation for DHR
%
% [nvr,alpha,opts,amp,parse]=dhropt(y,P,TV
www.eeworm.com/read/264046/11331716
m dlropt.m
function [NVR,ALPHA,opts,separ] = dlropt(y,z,IRW,method,nvr,alpha,nvr0,alpha0,opts,ALG,output,P0,p);
% DLROPT Hyper-parameter estimation for DLR
%
% [nvr,alpha,opts,parse]=dlropt(y,z,TVP,meth,nvrc
www.eeworm.com/read/348119/11610432
m rjnn.m
function [k,mu,alpha,sigma,nabla,delta,ypred,ypredv,post] = rjnn(x,y,chainLength,Ndata,bFunction,par,xv,yv);
% PURPOSE : Computes the parameters and number of parameters of a radial basis function (RB
www.eeworm.com/read/355229/10284543
m radialbirth.m
function [k,mu,M,match,aBirth,rBirth] = radialBirth(match,aBirth,rBirth,k,mu,M,delta,x,y,hyper,t,bFunction,walkInt,walk);
if nargin < 14, error('Not enough input arguments.'); end
[N,d] = size(x);
www.eeworm.com/read/355229/10284562
m radialdeath.m
function [k,mu,M,aDeath,rDeath] = radialDeath(aDeath,rDeath,k,mu,M,delta,x,y,hyper,t,nabla);
%
if nargin < 11, error('Not enough input arguments.'); end
[N,d] = size(x); % N = number of data, d
www.eeworm.com/read/355229/10284566
m radialsplit.m
function [k,mu,M,aSplit,rSplit] = radialSplit(aSplit,rSplit,k,mu,M,delta,x,y,hyper,t,bFunction,sigStar,walkInt,walk);
%
if nargin < 14, error('Not enough input arguments.'); end
[N,d] = size(x);
www.eeworm.com/read/355229/10284582
m radialmerge.m
function [k,mu,M,aMerge,rMerge] = radialMerge(aMerge,rMerge,k,mu,M,delta,x,y,hyper,t,bFunction,sigStar,walkInt);
if nargin < 12, error('Not enough input arguments.'); end
[N,d] = size(x); % N
www.eeworm.com/read/197550/7986391
m radialbirth.m
function [k,mu,M,match,aBirth,rBirth] = radialBirth(match,aBirth,rBirth,k,mu,M,delta,x,y,hyper,t,bFunction,walkInt,walk);
if nargin < 14, error('Not enough input arguments.'); end
[N,d] = size(x);