Sha256: fbbc3f12f91c04772461de3a8a3191a6c881f40807cc3775312a576a09982ea9
Contents?: true
Size: 348 Bytes
Versions: 11
Compression:
Stored size: 348 Bytes
Contents
Then(/^I should be able to cluster the result and print statistics$/) do pending # f=Tempfile.open('arff'); f.write @result; f.close # clustering = Weka::Clusterer::SimpleKMeans::Base # clustering.set_options "-N 5" # clustering.set_data(Core::Parser::parse_ARFF(f.path)) # f.unlink # clustered = clustering.new # puts clustered end
Version data entries
11 entries across 11 versions & 2 rubygems