| Package | Description |
|---|---|
| gov.sandia.cognition.learning.algorithm.delta |
Provides an abstract class for helping to implement variants of the Burrows'
Delta algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
BurrowsDeltaCategorizer<CategoryType> |
BurrowsDeltaCategorizer.Learner.learn(java.util.Collection<? extends InputOutputPair<? extends Vector,CategoryType>> trainingSet) |