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

📄 random.dem

📁 支持向量机初学者可以看看,用于可以用于C-SVM分类、?-SVM分类、?-SVM回归和?-SVM回归等问题
💻 DEM
字号:
## $Id: random.dem,v 1.1.1.1.2.1 2001/09/18 11:48:47 lhecking Exp $## random.dem## Lattice test for random numbers;# If you can see any patterns in this plot, the random number generator# is not very good.## Copyright (c) 1991, Jos van der Woude, jvdwoude@hut.nlseed = 1317seed = rand(seed)set nokeyset xrange [0: 1]set yrange [0: 1]set zrange [0: 1]set title "Lattice test for random numbers"set xlabel "rand(n) ->"set ylabel "rand(n + 1) ->"set zlabel "rand(n + 2) ->"set format x "%3.2f"set format y "%3.2f"set format z "%3.2f"set ticsset sample 1000set function style dotsset parametricplot rand(1), rand(1)pause -1 "Hit return to continue"pause 0 "3D plot ahead, one moment please ..."set sample 50splot rand(1), rand(1), rand(1)pause -1 "Hit return to continue"

⌨️ 快捷键说明

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