Class: ThunderSVM::Classifier
- Defined in:
- lib/thundersvm/classifier.rb
Instance Method Summary collapse
- 
  
    
      #initialize(svm_type: :c_svc, **options)  ⇒ Classifier 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Classifier. 
Methods inherited from Model
#cv, #dual_coef, finalize_file, #fit, #load_model, #predict, #save_model, #support_vectors
Constructor Details
#initialize(svm_type: :c_svc, **options) ⇒ Classifier
| 3 4 5 | # File 'lib/thundersvm/classifier.rb', line 3 def initialize(svm_type: :c_svc, **) super(svm_type: svm_type, **) end |