Package Bio :: Module NaiveBayes :: Class NaiveBayes
[show private | hide private]
[frames | no frames]

Class NaiveBayes


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.
Method Summary
  __init__(self)

Generated by Epydoc 2.1 on Thu Mar 31 20:15:39 2005 http://epydoc.sf.net