| Package | Description |
|---|---|
| gov.sandia.cognition.learning.algorithm.bayes |
Provides algorithms for computing Bayesian categorizers.
|
| Modifier and Type | Method and Description |
|---|---|
DiscreteNaiveBayesCategorizer<InputType,CategoryType> |
DiscreteNaiveBayesCategorizer.clone() |
DiscreteNaiveBayesCategorizer<InputType,CategoryType> |
DiscreteNaiveBayesCategorizer.Learner.learn(java.util.Collection<? extends InputOutputPair<? extends java.util.Collection<InputType>,CategoryType>> data) |