ICF

Computes the inverse category frequency (icf) of each term according to the given set of documents, categories of documents respectively, and adds a column containing the icf value. The value for term t is computed as follows: icf(t) = log(1 + (f(C) / f(c, t)),
where f(C) is the number of all categories and f(c, t) is the number of categories containing term t.

Options

Document selection

Document Column
Specifies the document column to use for frequency counting.

Input Ports

Icon
The input table which contains terms and documents.

Output Ports

Icon
The output table which contains terms documents and a corresponding frequency value.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.