Class | Description |
---|---|
ValenceSpreader<TermType extends java.lang.Comparable<TermType>,DocIdType extends java.lang.Comparable<DocIdType>> |
This class serves as a wrapper for the MultipartiteValenceMatrix class to
simplify the interface for the most common valence task: Ranking a set of
documents based on a small set of scored documents and/or a set of scored
terms.
|
ValenceSpreader.Result<TermType,DocIdType> |
The return type from running the spreadValence methods.
|