binary.dem

来自「支持向量机初学者可以看看,用于可以用于C-SVM分类、?-SVM分类、?-SVM」· DEM 代码 · 共 29 行

DEM
29
字号
## $Id: binary.dem,v 1.1.1.1.2.1 1999/10/11 13:25:24 lhecking Exp $#set data style linesset hidden3dset title "Hidden line removal of explicit binary surfaces"set ticslevel 0set key boxset xrange [-3:3]set yrange [-2:2]splot "binary1" binarypause -1 "Hit return to continue (1)"set view 70,45set xrange [-3:3]set yrange [-3:3]splot "binary2" binarypause -1 "Hit return to continue (2)"set title "Notice that sampling rate can change"set vi 70,10set xrange [-3:6]set yrange [-3:6]splot "binary3" binarypause -1 "Hit return to continue (3)"reset

⌨️ 快捷键说明

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