See: Description
Class | Description |
---|---|
AbstractDeltaCategorizer<CategoryType> |
The Burrows Delta algorithm is primarily used for authorship attribution, but
can be used for other applications.
|
AbstractDeltaCategorizer.AbstractLearner<CategoryType> |
Abstract learner for delta algorithms.
|
BurrowsDeltaCategorizer<CategoryType> |
The regular Burrows' Delta algorithm implementation.
|
BurrowsDeltaCategorizer.Learner<CategoryType> |
Learner for a BurrowsDeltaCategorizer.
|
CosineDeltaCategorizer<CategoryType> |
The Cosine Delta algorithm implementation.
|
CosineDeltaCategorizer.Learner<CategoryType> |
Learner for a CosineDeltaCategorizer.
|