public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static double |
getFscore(AMapping reference,
AMapping computed)
Computes the recall of the mapping computed with respect to the mapping
reference.
|
static double |
getMean(List<Double> data) |
static double |
getPrecision(AMapping reference,
AMapping computed) |
static HashMap<String,Double> |
getPRF(AMapping reference,
AMapping computed)
Computes all stats (i.e.
|
static double |
getRecall(AMapping reference,
AMapping computed)
Computes the recall of the mapping computed with respect to the mapping
reference.
|
static double |
getStandardDeviation(List<Double> data) |
public static double getRecall(AMapping reference, AMapping computed)
reference - Mappingcomputed - Mappingpublic static double getFscore(AMapping reference, AMapping computed)
reference - computed - public static HashMap<String,Double> getPRF(AMapping reference, AMapping computed)
reference - Mappingcomputed - MappingCopyright © 2018. All rights reserved.