Sha256: 565161bd6d8970f93b1e143ace987cb339657fd79f513c0bc4fa7bd97595bcb4

Contents?: true

Size: 276 Bytes

Versions: 1

Compression:

Stored size: 276 Bytes

Contents

require_relative 'interface_helper'
#
# PreprocessedData interface
#
# @author Andreas Eger
class PreprocessedData < InterfaceHelper
  attribute :data
  attribute :ids
  attribute :labels

  def id
    ids[classification]
  end
  def label
    labels[classification]
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
svm_helper-0.1.0 lib/svm_helper/preprocessed_data.rb