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 |
---|
BurrowsDeltaCategorizer(BurrowsDeltaCategorizer.Learner<CategoryType> learner,
java.util.ArrayList<java.lang.Double> featureStddev)
Constructor that takes a learner and featureStddev.
|