Skip to content

Instantly share code, notes, and snippets.

@ravikiranj
Created May 9, 2012 04:16
Show Gist options
  • Select an option

  • Save ravikiranj/2641757 to your computer and use it in GitHub Desktop.

Select an option

Save ravikiranj/2641757 to your computer and use it in GitHub Desktop.
Simple SVM Demo output
.*
optimization finished, #iter = 5
nu = 0.176245
obj = -2.643822, rho = 0.164343
nSV = 3, nBSV = 0
*
optimization finished, #iter = 1
nu = 0.254149
obj = -2.541494, rho = 0.000000
nSV = 2, nBSV = 0
.*.*
optimization finished, #iter = 6
nu = 0.112431
obj = -1.686866, rho = -0.143522
nSV = 3, nBSV = 0
Total nSV = 4
Accuracy = 50% (1/2) (classification)
[0.0, 1.0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment