代码搜索:Vector

找到约 10,000 项符合「Vector」的源代码

代码结果 10,000
www.eeworm.com/read/469123/6977818

m gprsrpp.m

function [mu, S2SR, S2PP] = gprSRPP(logtheta, covfunc, x, INDEX, y, xstar); % gprSRPP - Carries out approximate Gaussian process regression prediction % using the subset of regressors (SR) or project
www.eeworm.com/read/469123/6977828

m binarylaplacegp.m

function varargout = binaryLaplaceGP(hyper, covfunc, lik, varargin) % binaryLaplaceGP - Laplace's approximation for binary Gaussian process % classification. Two modes are possible: training or testi
www.eeworm.com/read/469123/6977837

m approximations.m

% approximations: Exact inference for Gaussian process classification is % intractable, and approximations are necessary. Different approximation % techniques have been implemented, which all rely on
www.eeworm.com/read/468922/6981928

m svm_final.m

function [ypred]=SVM_final(x,Test,y,nbclasses,fn,koptions) % This code use to compute the SVM classifier % This code is edited by Eng. Alaa Tharwat Abd El. Monaaim Othman from Egypt % Teaching ass
www.eeworm.com/read/466801/7020861

m bayesgauss.m

function d = bayesgauss(X, CA, MA, P) %BAYESGAUSS Bayes classifier for Gaussian patterns. % D = BAYESGAUSS(X, CA, MA, P) computes the Bayes decision % functions of the n-dimensional patterns in
www.eeworm.com/read/466447/7035074

h utils3d.h

/* * ============================================================================== * Name : Utils3d.h * * Copyright (c) 2004-2006 Nokia Corporation. * This material, including doc
www.eeworm.com/read/172061/7074709

m plot.m

%二维图(一元函数图) %用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。 % s为表示颜色、连线和标记选择的字符串 %图形的线型,标记,颜色均可设定,常用有 % 颜色 | 线型 标记 % --------------------- -
www.eeworm.com/read/172061/7074840

m interp1.m

function yi = interp1(varargin) % yi=interp1(x,y,xi)根据数据(x,y)给出在xi的线性插值结果yi. % yi=interp1(x,y,xi,'spline')使用三次样条插值. % yi=interp1(x,y,xi,'cubic')使用三次插值. % 例如 % clear;close;fplot('sin',[0,2*pi]);
www.eeworm.com/read/427515/7095570

m dummydn.m

function y=dummydn(x,v,p) % DUMMYDN % DUMMYDN(x,v,p) creates a matrix of dummy variables corresponding to the elements of v % x: Nx1 vector of data to be broken into dummies. % The pth vector of d
www.eeworm.com/read/289641/7104611

m scm_mex_core.m

%SCM_MEX_CORE SCM_CORE written in ANSI-C % This function calculates the channel coefficients for % a geometric MIMO channel model. To compile the C-function % in MATLAB, type % % m