Sha256: 972aa1157e5dbd2814b80f80e76320c69357ecc853b41ca98360e3a67967e2fa

Contents?: true

Size: 183 Bytes

Versions: 8

Compression:

Stored size: 183 Bytes

Contents

module Quarry
  class ARFF
    def initialize(path)
      @arff = Quarry::ImplARFF.new(path)
    end
    
    def read
      Quarry::DataSet::DataSet.new(@arff.read)
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
thera-0.0.8 lib/quarry_rb/storage/arff.rb
thera-0.0.7 lib/quarry_rb/storage/arff.rb
thera-0.0.6 lib/quarry_rb/storage/arff.rb
thera-0.0.5 lib/quarry_rb/storage/arff.rb
thera-0.0.4 lib/quarry_rb/storage/arff.rb
thera-0.0.3 lib/quarry_rb/storage/arff.rb
thera-0.0.2 lib/quarry_rb/storage/arff.rb
thera-0.0.1 lib/quarry_rb/storage/arff.rb