public static class ValenceSpreader.Result<TermType,DocIdType>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Map<DocIdType,java.lang.Double> |
documentWeights
The weights assigned to all of the input documents.
|
java.util.Map<TermType,java.lang.Double> |
termWeights
The weights assigned to all of the terms in all of the input
documents.
|
Constructor and Description |
---|
Result() |