Sha256: bd976cdd2ce846c83d2c937e1dff9460c18da30fc4737c54cdf5ec37ef81b9df
Contents?: true
Size: 1.29 KB
Versions: 0
Compression: gzip
Compressed size: 583 Bytes
Stored size: 583 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.0 specification_version: 1 name: decisiontree version: !ruby/object:Gem::Version version: 0.1.0 date: 2007-04-16 00:00:00 -04:00 summary: ID3-based implementation of the M.L. Decision Tree algorithm require_paths: - lib email: ilya <at> fortehost.com homepage: http://decisiontree.rubyforge.org rubyforge_project: decisiontree description: ID3-based implementation of the M.L. Decision Tree algorithm autorequire: default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - Ilya Grigorik files: - CHANGELOG.txt - History.txt - Manifest.txt - README.txt - Rakefile - lib/decisiontree.rb - lib/decisiontree/version.rb - lib/decisiontree/id3_tree.rb - examples/continuous-id3.rb - examples/discrete-id3.rb - examples/data/continuous-test.txt - examples/data/discrete-test.txt - examples/data/continuous-training.txt - examples/data/discrete-training.txt - setup.rb - test/test_helper.rb - test/test_decisiontree.rb test_files: [] rdoc_options: [] extra_rdoc_files: [] executables: [] extensions: [] requirements: [] dependencies: []