Workspace Node: Text Mining - Results - Frequency Measure Tab
In the Text Mining node dialog box, under the Results heading, select the Frequency Measure tab to access the following options. See also the Introductory Overview.
Use the options in this group box to choose one of these common transformations (or to use raw word frequencies). When you request the Frequency matrix (from the **Summary tab), or perform singular value decomposition (via the **Concept extraction tab), the respective computations and summaries are computed and reported for the chosen transformation only (e.g., singular value decomposition can be performed for the raw Frequency counts, Inverse document frequency statistics, and so on). For additional information, see also the Introductory Overview.

In this formula (see also formula 15.5 in Manning and Schütze, 2002), N is the total number of documents, and dfi is the document frequency for the i'th word (the number of documents that include this word). Hence, it can be seen that this formula includes both the dampening of the simple word frequencies via the log function, and also includes a weighting factor that evaluates to 0 if the word occurs in all documents (log(N/N=1)=0), and to the maximum value when a word only occurs in a single document (log(N/1)=log(N)). It can easily be seen how this transformation will create indices that both reflect the relative frequencies-of-occurrences of words, as well as their semantic specificities over the documents included in the analysis.
f(wf) = 1, for wf>0
Where wf stands for word frequency within each document. The resulting documents-by-words matrix will contain only 1's and 0's, to indicate the presence or absence of the respective word. As the other transformations of simple word frequencies, this transformation will dampen the effect of the raw frequency counts on subsequent computations and analyses.
f(wf) = 1+log(wf), for wf>0
This transformation will "dampen" the raw frequencies and how they will affect the results of subsequent computations.
Options / C. See Common Options.