Class: FeatureVector

Inherits:
InterfaceHelper show all
Defined in:
lib/svm_helper/feature_vector.rb

Overview

Author:

  • Andreas Eger

Instance Method Summary collapse

Methods inherited from InterfaceHelper

#==, attribute, attributes, #initialize

Constructor Details

This class inherits a constructor from InterfaceHelper

Instance Method Details

#dataObject



11
12
13
# File 'lib/svm_helper/feature_vector.rb', line 11

def data
  word_data + classification
end