public class TermFrequencyTask
extends java.lang.Object
Constructor and Description |
---|
TermFrequencyTask() |
Modifier and Type | Method and Description |
---|---|
static Frame |
compute(Frame wordFrame)
Computes term frequency values for given words in documents.
|
public static Frame compute(Frame wordFrame)
wordFrame
- input frame of words for which term frequency
values should be computed. For exact format
see TfIdfPreprocessorTask
.