IdFt typedef
IdFt = double
Alias for double where it represents the inverse document frequency of a
term.
IdFt is defined as idft = log (N / dft), where:
Implementation
typedef IdFt = double;
Alias for double where it represents the inverse document frequency of a
term.
IdFt is defined as idft = log (N / dft), where:
typedef IdFt = double;