Package | Description |
---|---|
gov.sandia.cognition.text.term.vector.weighter.local |
Provides local term weighting algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryLocalTermWeighter
Makes the given term weights binary, by creating a vector that contains a
1.0 for all non-zero entries in the given vector and a 0.0 for the all the
zeros.
|
class |
LogLocalTermWeighter
Implements the log-based local term weighting scheme.
|
class |
NormalizedLogLocalTermWeighter
Implements a normalized version of the log local weighter.
|
class |
TermFrequencyLocalTermWeighter
Local weighting for term frequency.
|