Class Ai4r::Classifiers::NaiveBayes::DataEntry
In: lib/ai4r/classifiers/naive_bayes.rb
Parent: Object

DataEntry stores the instance of the data entry the data is accessible via entries stores the class-column in the attribute klass and removes the column for the class-entry

Methods

[]   new  

Attributes

entries  [RW] 
klass  [RW] 

Public Class methods

Public Instance methods

wrapper method for the access to @entries

[Validate]