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

📄 minballdemo1.m~

📁 this a SVM toolbox,it is very useful for someone who just learn SVM.In order to be undestood easily,
💻 M~
字号:
% Demo on finind minimal ball around data.% loads datadata=load('data1');% compute minimal ball around data (one-class SVM) in 'RBF" spaceker='rbf';arg=0.5;[Alpha, R, mi2 ] = minball(data.X,ker, arg);% compute distance between point x and the center of minimal ball which is% given by Alphax=[0;0];  % for example origin...[d]=kdist(x,data.X,Alpha,ker,arg)% plots contours with equal distance from the center of min-ballfigure; axis([-1 1 -1 1]); hold on;pkdist(data.X,Alpha,ker,arg,struct('background',1));

⌨️ 快捷键说明

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