weightTf: Weight by Term Frequency

weightTfR Documentation

Weight by Term Frequency

Description

Weight a term-document matrix by term frequency.

Usage

weightTf(m)

Arguments

m

A TermDocumentMatrix in term frequency format.

Details

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.

Value

The weighted matrix.


tm documentation built on Feb. 16, 2023, 9:40 p.m.