1.
Ruby Classifier - Bayesian and LSI classification library
A Bayesian classifier by Lucas Carlson. Bayesian Classifiers are accurate, fast, and have modest memory requirements. ...
2.
Ruby Classifier - Bayesian and LSI classification library
Latent Semantic Indexing engines are not as fast or as small as Bayesian classifiers, but are more flexible, providing fast search and clustering detection ...
3.
Ruby Classifier - Bayesian and LSI classification library
gem install stemmer. If you would like to speed up LSI classification by at least 10x, please install the following libraries: ...
4.
Ruby Classifier - Bayesian and LSI classification library
If you would like to speed up LSI classification by at least 10x, please install the following ... This library is released under the terms of the GNU LGPL. ...
5.
Ruby Classifier - Bayesian and LSI classification library
If you would like to speed up LSI classification by at least 10x, please install the following ... This library is released under the terms of the GNU LGPL. ...
6.
Ruby Classifier - Bayesian and LSI classification library
Latent Semantic Indexing engines are not as fast or as small as Bayesian classifiers, but are more flexible, providing fast search and clustering detection ...
7.
Class: Classifier::Bayes
b = Classifier::Bayes.new 'This', 'That', 'the_other' b.train_this "This text" b.train_that "That text" b.untrain_that "That text" b.train_the_other "The ...
8.
Ruby Classifier - Bayesian and LSI classification library
Latent Semantic Indexing engines are not as fast or as small as Bayesian classifiers, but are more flexible, providing fast search and clustering detection ...
9.
10.