String |
RetrieverEvaluation.getMetricResultsAsCSVString() |
Writes metric results as CSV to a string.
|
String |
RetrieverEvaluation.getSimilarityResultsAsCSVString() |
Writes similarity results as CSV to a string.
|
Map<RetrieverMetricKeyPair,Double> |
MACFACRetrieverEvaluation.performEvaluation() |
Main method for performing the evaluation of the given retrievers according to the specified
parameters.
|
Map<RetrieverMetricKeyPair,Double> |
RetrieverEvaluation.performEvaluation() |
Main method for performing the evaluation of the given retrievers according to the specified
parameters.
|
static void |
RetrieverEvaluationUtils.testGroundTruthSimilarities(WriteableObjectPool<NESTWorkflowObject> trainCaseBase,
WriteableObjectPool<NESTWorkflowObject> testCaseBase,
List<SimpleSimilarityResult> groundTruthSimilarities) |
Checks the ground-truth similarities by searching for every pair of query and case in them.
|
static void |
RetrieverEvaluationUtils.testGroundTruthSimilarities(TrainingObjectPool<NESTWorkflowObject> trainingObjectPool,
SimpleSimilarityCache similarityCache) |
Checks the ground-truth similarities by searching for every pair of query and case in them.
|
static void |
RetrieverEvaluationUtils.testGroundTruthSimilarities(TrainingObjectPool<NESTWorkflowObject> trainingObjectPool,
List<SimpleSimilarityResult> groundTruthSimilarities) |
Checks the ground-truth similarities by searching for every pair of query and case in them.
|
static void |
RetrieverEvaluationUtils.testRetrievers(WriteableObjectPool<NESTWorkflowObject> trainPool,
WriteableObjectPool<NESTWorkflowObject> testPool,
Map<String,Retriever<NESTWorkflowObject,Query>> retrieverMap) |
Simple method to test all retrievers in retrieverMap prior to the actual evaluation.
|
static void |
RetrieverEvaluationUtils.testRetrievers(TrainingObjectPool<NESTWorkflowObject> trainingObjectPool,
Map<String,Retriever<NESTWorkflowObject,Query>> retrieverMap) |
Simple method to test all retrievers in retrieverMap prior to the actual evaluation.
|
String |
MACFACRetrieverEvaluation.writeMetricResultsAsCSV(OutputStream outputStream) |
|
String |
RetrieverEvaluation.writeMetricResultsAsCSV(OutputStream outputStream) |
Writes metric results as CSV file to an output stream.
|
String |
RetrieverEvaluation.writeMetricResultsAsCSV(String exportPathExportResults) |
Writes metric results as CSV file to file system.
|