Class: PreprocessedData

Inherits:
InterfaceHelper show all
Defined in:
lib/svm_helper/preprocessed_data.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

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

#idObject

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

#labelObject

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