Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.bayes |
Provides algorithms for computing Bayesian categorizers.
|
Class and Description |
---|
DiscreteNaiveBayesCategorizer
Implementation of a Naive Bayes Classifier for Discrete Data.
|
VectorNaiveBayesCategorizer
A naive Bayesian categorizer that takes an input vector and applies an
independent scalar probability density function to each one.
|