Class: PreprocessedData
- Inherits:
-
InterfaceHelper
- Object
- InterfaceHelper
- PreprocessedData
- Defined in:
- lib/svm_helper/preprocessed_data.rb
Overview
Instance Method Summary collapse
-
#data ⇒ Object
reads data.
-
#data= ⇒ Object
saves data.
-
#id ⇒ Object
reads id.
-
#id= ⇒ Object
saves id.
-
#label ⇒ Object
reads label.
-
#label= ⇒ Object
saves label.
Methods inherited from InterfaceHelper
#==, attribute, attributes, #initialize
Constructor Details
This class inherits a constructor from InterfaceHelper
Instance Method Details
#data ⇒ Object
reads data
7 |
# File 'lib/svm_helper/preprocessed_data.rb', line 7 attribute :data |
#data= ⇒ Object
saves data
7 |
# File 'lib/svm_helper/preprocessed_data.rb', line 7 attribute :data |
#id ⇒ Object
reads id
8 |
# File 'lib/svm_helper/preprocessed_data.rb', line 8 attribute :id |
#id= ⇒ Object
saves id
8 |
# File 'lib/svm_helper/preprocessed_data.rb', line 8 attribute :id |
#label ⇒ Object
reads label
9 |
# File 'lib/svm_helper/preprocessed_data.rb', line 9 attribute :label |
#label= ⇒ Object
saves label
9 |
# File 'lib/svm_helper/preprocessed_data.rb', line 9 attribute :label |