# File lib/ai4r/classifiers/naive_bayes.rb, line 246 def initialize(attributes, klass) @klass = klass @entries = attributes end