| weightTf {tm} | R Documentation |
Weight a term-document matrix by term frequency.
weightTf(m)
m |
A |
Formally this function is of class WeightingFunction with the
additional attributes Name and Acronym.
This function acts as the identity function since the input matrix is already in term frequency format.
The weighted matrix.