Class: NaiveBayes | Bio/Tools/Classification/NaiveBayes.py | |||||
---|---|---|---|---|---|---|
Holds information for a NaiveBayes classifier.Members: classes List of the possible classes of data. p_conditional CLASS x DIM array of dicts of value -> P(value|class,dim) p_prior List of the prior probabilities for every class. dimensionality Dimensionality of the data.
|