| Package | Description |
|---|---|
| gov.sandia.cognition.learning.algorithm.delta |
Provides an abstract class for helping to implement variants of the Burrows'
Delta algorithm.
|
| Constructor and Description |
|---|
CosineDeltaCategorizer(CosineDeltaCategorizer.Learner<CategoryType> learner,
java.util.ArrayList<java.lang.Double> featureStddev,
java.util.ArrayList<java.lang.Double> featureMean)
Constructor that takes learner, featureStddev, and featureMeans.
|