Package nb

Class Summary
NaiveBayesCat This categorizer returns the category (label) that had the greatest relative probability of being correct, assuming independence of attributes.
NaiveBayesInd  
NBNorm NBNorm is a helper class to hold the 3rd dimension of an Array2 containing the parameters of the Normal Density for each (continuous attribute,label) combination.
NDriver NDriver is provided as an example.