WeightFunction-class {tm}R Documentation

Weighting Function

Description

A class representing a weighting function for a term-document matrix.

Objects from the Class

Objects can be created by calls of the form new("WeightFunction", ...).

Slots

.Data
Object of class function holding the weighting function.
Name
Object of class character containing a name representation for the weighting function.
Acronym
Object of class character containing an acronym for the name of the weighting function.

Extends

Class function, directly.

Author(s)

Ingo Feinerer


[Package tm version 0.3-3 Index]