Bishop is a Bayesian classifier library for the Ruby programming language. It is a port of the Reverend classifier for Python written by Amir Bakhtiar as part of the Divmod project. An example of using Bishop: require 'bishop' classifier = Bishop::Bayes.new { |probs,ignore| Bishop::robinson( probs, ignore ) } classifier.train( "good", "this is an interesting message full of good cheer" ) cla
{{#tags}}- {{label}}
{{/tags}}