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 | Class and Description |
---|---|
class |
BurrowsDeltaCategorizer<CategoryType>
The regular Burrows' Delta algorithm implementation.
|
class |
CosineDeltaCategorizer<CategoryType>
The Cosine Delta algorithm implementation.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractDeltaCategorizer<CategoryType> |
AbstractDeltaCategorizer.AbstractLearner.learn(java.util.Collection<? extends InputOutputPair<? extends Vector,CategoryType>> trainingSet)
Method that does the training.
|