Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.delta |
Provides an abstract class for helping to implement variants of the Burrows'
Delta algorithm.
|
Class and Description |
---|
AbstractDeltaCategorizer
The Burrows Delta algorithm is primarily used for authorship attribution, but
can be used for other applications.
|
AbstractDeltaCategorizer.AbstractLearner
Abstract learner for delta algorithms.
|
BurrowsDeltaCategorizer
The regular Burrows' Delta algorithm implementation.
|
BurrowsDeltaCategorizer.Learner
Learner for a BurrowsDeltaCategorizer.
|
CosineDeltaCategorizer
The Cosine Delta algorithm implementation.
|
CosineDeltaCategorizer.Learner
Learner for a CosineDeltaCategorizer.
|