public class IDF
extends Object
idf = log((m + 1) / (d(t) + 1))
, where m
is the total
number of documents and d(t)
is the number of documents that contain term t
.Modifier and Type | Class and Description |
---|---|
static class |
IDF.DocumentFrequencyAggregator
Document frequency aggregator.
|
Constructor and Description |
---|
IDF() |