public class WordChoiceEvaluationRunner extends Object
SemanticSpace
on a
WordChoiceEvaluation
test.Constructor and Description |
---|
WordChoiceEvaluationRunner() |
Modifier and Type | Method and Description |
---|---|
static WordChoiceReport |
evaluate(SemanticSpace sspace,
WordChoiceEvaluation test,
Similarity.SimType vectorComparisonType)
Evaluates the performance of a given
SemanticSpace on a given
WordChoiceEvaluation using the provided similarity metric. |
public static WordChoiceReport evaluate(SemanticSpace sspace, WordChoiceEvaluation test, Similarity.SimType vectorComparisonType)
SemanticSpace
on a given
WordChoiceEvaluation
using the provided similarity metric.
Returns a WordChoiceReport
detailing the performance.sspace
- The SemanticSpace
to test againsttest
- The WordChoiceEvaluation
providing a set of multiple
choice optionsvectorComparisonType
- The similarity measture to useWordChoiceReport
detailing the performanceCopyright © 2012. All Rights Reserved.