⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 createmultilevelkernel.m

📁 支持向量机SVM和核函数的MATLAB程序集
💻 M
字号:
function [K,Kt]=CreateMultiLevelKernel(xapp,xtest,kerneloption,level)

% USAGE
%
% [K,Kt]=CreateMultiLevelKernel(xapp,xtest,kerneloption,level)
%
%  This function creates multiscale kernels K and Kt for the <xapp,xapp>
%  and <xtest,xapp>
% 
%  Inputs 
%  xapp and xtest are datasets
%  
%  kerneloption is the wavelet kernel configuration see tensorwavkernel
%  
%  level denotes the decomposition of the kernel. level is a 2 dimension
%  kernel with as many rows as desired decomposition.
%  e.g      level=[-3 0; 1 2; 3 7];
%  decomposes a wavelet kernel from -3 to 7 in 3 kernel with the given
%  level decomposition.
%  if 'vect' is given as a parameters in kerneloption then the
%  decomposition is done according to the vectors given in
%  kerneloption.vect
%
%  7/11/2004 A.R


if level(1,1)~=kerneloption.jmin
    error('Erreur de compatibilit

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -