public interface LocalTermWeighter extends CloneableSerializable
| Modifier and Type | Method and Description |
|---|---|
Vector |
computeLocalWeights(Vector document)
Computes the new local weights for a given document.
|
Vector |
computeLocalWeights(Vectorizable document)
Computes the new local weights for a given document.
|
cloneVector computeLocalWeights(Vectorizable document)
document - The document to compute local weights for.