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

📄 world.dem

📁 支持向量机初学者可以看看,用于可以用于C-SVM分类、?-SVM分类、?-SVM回归和?-SVM回归等问题
💻 DEM
字号:
## $Id: world.dem,v 1.1.1.1.2.3 2001/12/04 14:12:53 lhecking Exp $##set title "Gnuplot Correspondences"set nokeyset noborderset noyzeroaxisset noxticsset noytics## plot world map and correspondent locations as a +plot 'world.dat' with lines 3 4, 'world.cor' with points 1 2set title ""set keyset borderset yzeroaxisset xticsset yticspause -1 "Hit return to continue"## plot a '3D version using spherical coordinate system' of the world.set angles degreesset title "3D version using spherical coordinate system"set ticslevel 0set view 70,40,0.8,1.2set mapping sphericalset parametricset samples 32set isosamples 9set urange [-90:90]set vrange [0:360]splot cos(u)*cos(v),cos(u)*sin(v),sin(u) with lines 5 6,\'world.dat' with lines 3 4, 'world.cor' with points 1 2pause -1 "Hit return to continue"## plot a '3D version using cylindrical coordinate system' of the world.set title "3D version using cylindrical coordinate system"set ticslevel 0.0set view 70,40,0.8,1.2set mapping cylindricalset parametricset samples 32set isosamples 9set urange [-180:180]set vrange [-90:90]splot cos(u),sin(u),v with lines 5 6,\'world.dat' with lines 3 4, 'world.cor' with points 1 2pause -1 "Hit return to continue"reset

⌨️ 快捷键说明

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