Formally this function is of class WeightingFunction
with the
additional attributes Name
and Acronym
. The first letter of spec
specifies a weighting schema for term
frequencies of m
:
[object Object],[object Object],[object Object],[object Object],[object Object]
The second letter of spec
specifies a weighting schema of
document frequencies for m
:
[object Object],[object Object],[object Object]
The third letter of spec
specifies a schema for normalization
of m
:
[object Object],[object Object],[object Object],[object Object]
The final result is defined by multiplication of the chosen term
frequency component with the chosen document frequency component with
the chosen normalization component.