weightBin {tm}R Documentation

Weight Binary

Description

Binary weight a term-document matrix.

Usage

weightBin(m)

Arguments

m

A TermDocumentMatrix in term frequency format.

Details

Formally this function is of class WeightingFunction with the additional attributes name and acronym.

Value

The weighted matrix.


[Package tm version 0.7-13 Index]