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

📄 steps.dem

📁 支持向量机初学者可以看看,用于可以用于C-SVM分类、?-SVM分类、?-SVM回归和?-SVM回归等问题
💻 DEM
字号:
#This file will serve as the datafile used in demonstrating the #"plot with steps" option.   Here is a gnuplot input file#which uses "plot with steps", inverse error function, normal#distribution function, and the inverse normal distribution#function.set title "Compare steps, fsteps and histeps"plot [0:12][0:13] "steps.dat" notitle with points,  \ "steps.dat" title 'steps' with steps, \ 'steps.dat' title 'fsteps' with fsteps, \ 'steps.dat' title 'histeps' with histepspause -1 "Hit return for normal distribution function."set title "Normal Distribution Function"plot [-3:3][0:1] norm(x)pause -1 "Hit return for inverse error function."set title "Inverse Error Function"plot [-1:1] inverf(x)pause -1 "Hit return for inverse normal distribution function."set title "Inverse Normal Distribution Function"plot [0:1] invnorm(x)pause -1 "Press return to continue"reset

⌨️ 快捷键说明

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