See: Description
| Interface | Description |
|---|---|
| GlobalTermWeighter |
Implements a global term weighting scheme.
|
| Class | Description |
|---|---|
| AbstractEntropyBasedGlobalTermWeighter |
An abstract implementation of a global term weighting scheme that keeps track
of the sum of the entropy term (f_ij * log(f_ij)) over all documents.
|
| AbstractFrequencyBasedGlobalTermWeighter |
An abstract
GlobalTermWeighter that keeps track of term frequencies
in documents. |
| AbstractGlobalTermWeighter |
An abstract implementation of the
GlobalTermWeighter interface. |
| DominanceGlobalTermWeighter |
Implements the dominance term gloal weighting scheme.
|
| EntropyGlobalTermWeighter |
Implements the entropy global term weighting scheme.
|
| InverseDocumentFrequencyGlobalTermWeighter |
Implements the inverse-document-frequency (IDF) term global weighting scheme.
|