Interface TermWeighting

All Superinterfaces:
AcceptingVisitor
All Known Implementing Classes:
LinearTfIdfTermWeighting, LogTfIdfTermWeighting, TfTermWeighting

public interface TermWeighting extends AcceptingVisitor
Calculates term weights for the term-document matrix.
See Also: