class ThunderSVM::Classifier

Public Class Methods

new(svm_type: :c_svc, **options) click to toggle source
Calls superclass method
# File lib/thundersvm/classifier.rb, line 3
def initialize(svm_type: :c_svc, **options)
  super(svm_type: svm_type, **options)
end