Package | Description |
---|---|
gov.sandia.cognition.text.term.vector.weighter.global |
Provides global term weighting algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
AbstractFrequencyBasedGlobalTermWeighter
An abstract
GlobalTermWeighter that keeps track of term frequencies
in documents. |
class |
DominanceGlobalTermWeighter
Implements the dominance term gloal weighting scheme.
|
class |
EntropyGlobalTermWeighter
Implements the entropy global term weighting scheme.
|
class |
InverseDocumentFrequencyGlobalTermWeighter
Implements the inverse-document-frequency (IDF) term global weighting scheme.
|