Skip to content

Instantly share code, notes, and snippets.

@WinfieldM
Created May 30, 2016 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WinfieldM/8ee849751b9c51b0da7fa8fb72db3632 to your computer and use it in GitHub Desktop.
Save WinfieldM/8ee849751b9c51b0da7fa8fb72db3632 to your computer and use it in GitHub Desktop.
library(e1071)
set.seed(0)
nonlinear.test = nonlinear[c(37, 159, 55, 82, 122, 149),]
nonlinear.train = nonlinear[c(1:36,38:54, 56:81, 83:121, 123:148, 150:158, 160:340),]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment