SergioFierens / ai4r

Artificial Intelligence for Ruby - A Ruby playground for AI researchers
http://ai4r.rubyforge.org
713 stars 124 forks source link

Missing module in Ai4r::Classifiers::NaiveBayes#build method #13

Closed romansklenar closed 11 years ago

romansklenar commented 11 years ago
NameError: uninitialized constant Ai4r::Classifiers::NaiveBayes::DataSet
    from /usr/local/var/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/ai4r-1.12/lib/ai4r/classifiers/naive_bayes.rb:105:in `build'

There is little typo in Ai4r::Classifiers::NaiveBayes#build method causing NameError. PR attached.

romansklenar commented 11 years ago

Duplication in #14