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
slots Name
and Acronym
.
The weighted dgCMatrix
.
Ingo Feinerer