| weightLogical {tm} | R Documentation |
Weight a term-document matrix such that positive term frequencies map
to Boolean TRUE values.
weightLogical(m)
m |
A dgCMatrix in term frequency format. |
Formally this function is a WeightingFunction with the additional
slot Name.
The weighted dgCMatrix.
Ingo Feinerer