Skip to content

Commit

Permalink
fix ruby example
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed May 26, 2012
1 parent 156a436 commit 216b658
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@
puts "labeling stuff"
labels = Modshogun::BinaryLabels.new
labels.set_labels trainlab
svm = Modshogun::BinaryLibSVM.new C, kernel, labels
svm = Modshogun::LibSVM.new C, kernel, labels
svm.train

puts "the grand finale"
Expand Down

0 comments on commit 216b658

Please sign in to comment.