Sha256: bb7c52e970fffbecd041b39568c391d0708d92b3add5606cc78d158d07432641

Contents?: true

Size: 154 Bytes

Versions: 6

Compression:

Stored size: 154 Bytes

Contents

module ThunderSVM
  class Classifier < Model
    def initialize(svm_type: :c_svc, **options)
      super(svm_type: svm_type, **options)
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
thundersvm-0.2.0 lib/thundersvm/classifier.rb
thundersvm-0.1.4 lib/thundersvm/classifier.rb
thundersvm-0.1.3 lib/thundersvm/classifier.rb
thundersvm-0.1.2 lib/thundersvm/classifier.rb
thundersvm-0.1.1 lib/thundersvm/classifier.rb
thundersvm-0.1.0 lib/thundersvm/classifier.rb