--- !ruby/object:Gem::Specification name: thera version: !ruby/object:Gem::Version version: 0.0.4 prerelease: platform: ruby authors: - Will Cannings autorequire: bindir: bin cert_chain: [] date: 2011-12-12 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: rice requirement: &70137311664380 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: *70137311664380 description: C++ Data Mining Library for Ruby email: me@willcannings.com executables: [] extensions: - ext/extconf.rb extra_rdoc_files: [] files: - .document - .gitignore - Gemfile - Gemfile.lock - LICENSE.txt - README.rdoc - Rakefile - ext/Makefile - ext/extconf.rb - ext/quarry/quarry_toolkit.cpp - lib/quarry/Makefile.linux - lib/quarry/Makefile.osx - lib/quarry/Makefile.targets - lib/quarry/obj/.gitkeep - lib/quarry/src/classifier/aode/aode_classifier.cpp - lib/quarry/src/classifier/aode/aode_classifier.h - lib/quarry/src/classifier/centroid/centroid_classifier.cpp - lib/quarry/src/classifier/centroid/centroid_classifier.h - lib/quarry/src/classifier/classifier.cpp - lib/quarry/src/classifier/classifier.h - lib/quarry/src/classifier/knn/knn_classifier.cpp - lib/quarry/src/classifier/knn/knn_classifier.h - lib/quarry/src/classifier/multinomial_bayes/multinomial_bayes_classifier.cpp - lib/quarry/src/classifier/multinomial_bayes/multinomial_bayes_classifier.h - lib/quarry/src/classifier/naive_bayes/naive_bayes_classifier.cpp - lib/quarry/src/classifier/naive_bayes/naive_bayes_classifier.h - lib/quarry/src/data_set/data_set.cpp - lib/quarry/src/data_set/data_set.h - lib/quarry/src/data_set/dense/dense_data_set.h - lib/quarry/src/data_set/dense/dense_example.h - lib/quarry/src/data_set/example.cpp - lib/quarry/src/data_set/example.h - lib/quarry/src/data_set/feature.h - lib/quarry/src/data_set/features/nominal_feature.cpp - lib/quarry/src/data_set/features/nominal_feature.h - lib/quarry/src/data_set/features/numeric_feature.cpp - lib/quarry/src/data_set/features/numeric_feature.h - lib/quarry/src/data_set/sparse/sparse_data_set.h - lib/quarry/src/data_set/sparse/sparse_example.cpp - lib/quarry/src/data_set/sparse/sparse_example.h - lib/quarry/src/metrics/confusion_matrix.cpp - lib/quarry/src/metrics/confusion_matrix.h - lib/quarry/src/model/model.cpp - lib/quarry/src/model/model.h - lib/quarry/src/preprocessing/examples/example_preprocessor.h - lib/quarry/src/preprocessing/examples/weights/binary_weight.h - lib/quarry/src/preprocessing/examples/weights/local_weight.h - lib/quarry/src/preprocessing/text/example_generator/example_generator.h - lib/quarry/src/preprocessing/text/example_generator/token_counter.h - lib/quarry/src/preprocessing/text/inplace_processor/downcase.h - lib/quarry/src/preprocessing/text/inplace_processor/inplace_processor.h - lib/quarry/src/preprocessing/text/inplace_processor/porter_stemmer.h - lib/quarry/src/preprocessing/text/inplace_processor/porter_stemmer_original.cpp - lib/quarry/src/preprocessing/text/text_pipeline.cpp - lib/quarry/src/preprocessing/text/text_pipeline.h - lib/quarry/src/preprocessing/text/token_selector/pos_tag_selector.h - lib/quarry/src/preprocessing/text/token_selector/stop_words.cpp - lib/quarry/src/preprocessing/text/token_selector/stop_words.h - lib/quarry/src/preprocessing/text/token_selector/token_selector.h - lib/quarry/src/preprocessing/text/tokeniser/simple_tokeniser.cpp - lib/quarry/src/preprocessing/text/tokeniser/simple_tokeniser.h - lib/quarry/src/preprocessing/text/tokeniser/tokeniser.h - lib/quarry/src/quarry.cpp - lib/quarry/src/quarry.h - lib/quarry/src/storage/arff.cpp - lib/quarry/src/storage/arff.h - lib/quarry/src/storage/binary.cpp - lib/quarry/src/storage/binary.h - lib/quarry/src/storage/folders.cpp - lib/quarry/src/storage/folders.h - lib/quarry/src/storage/storage.h - lib/quarry/src/test.cpp - lib/quarry_rb/classifier/classifier.rb - lib/quarry_rb/classifier/naive_bayes_classifier.rb - lib/quarry_rb/confusion_matrix.rb - lib/quarry_rb/data_set/data_set.rb - lib/quarry_rb/data_set/example.rb - lib/quarry_rb/data_set/feature.rb - lib/quarry_rb/enumerable_helper.rb - lib/quarry_rb/model/model.rb - lib/quarry_rb/storage/arff.rb - lib/quarry_rb/storage/binary.rb - lib/quarry_rb/storage/folders.rb - lib/quarry_rb/text_pipeline.rb - lib/thera.rb - test/helper.rb - test/test_quarry.rb - thera.gemspec homepage: http://github.com/willcannings/quarry licenses: - Public Domain post_install_message: rdoc_options: [] require_paths: - lib - ext required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Ruby Data Mining Library test_files: - test/helper.rb - test/test_quarry.rb