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 |
---|---|
static class |
BurrowsDeltaCategorizer.Learner<CategoryType>
Learner for a BurrowsDeltaCategorizer.
|
static class |
CosineDeltaCategorizer.Learner<CategoryType>
Learner for a CosineDeltaCategorizer.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractDeltaCategorizer.AbstractLearner<CategoryType> |
AbstractDeltaCategorizer.learner
The learner that was used to train this categorizer.
|
Constructor and Description |
---|
AbstractDeltaCategorizer(AbstractDeltaCategorizer.AbstractLearner<CategoryType> learner,
java.util.ArrayList<java.lang.Double> featureStddev)
Constructor that takes a learner and featureStddev.
|