Class: FeatureVector
- Inherits:
-
InterfaceHelper
- Object
- InterfaceHelper
- FeatureVector
- Defined in:
- lib/svm_helper/feature_vector.rb
Overview
Instance Method Summary collapse
Methods inherited from InterfaceHelper
#==, attribute, attributes, #initialize
Constructor Details
This class inherits a constructor from InterfaceHelper
Instance Method Details
#data ⇒ Object
11 12 13 |
# File 'lib/svm_helper/feature_vector.rb', line 11 def data word_data + classification end |