Class Summary |
AveragePRGraphEvaluator |
Compute the precision recall graph on 11 points
The first alignment is thus the expected one. |
DiffEvaluator |
Evaluate proximity between two alignments. |
EvalCell |
|
ExtPREvaluator |
Implements extended precision and recall between alignments. |
GraphEvaluator |
GraphEvaluator: an abstraction that is used for providing evaluation curves
instead of values (or sets of values)
Pair: only used for recording sets of points in a curve
GraphEvaluator is used (generically) in the following way:
- create a GraphEvaluator (new GraphEvaluator)
- fill it with the set of results that you want to evaluate
(.ingest( Alignment, Alignment) and this repetively
- Finally create plot (.eval() )
This abstract class provides the ingest method but not eval which has to be
implemented in subclasses. |
Pair |
|
PRecEvaluator |
Evaluate proximity between two alignments. |
PRGraphEvaluator |
Compute the precision recall graph on 11 points |
ROCCurveEvaluator |
Compute ROCCurves |
SemPRecEvaluator |
Evaluate proximity between two alignments. |
SymMeanEvaluator |
Evaluate proximity between two alignments. |
ThresholdGraphEvaluator |
Compute the F-measure/precision/recall at various thresholds |
WeightedPREvaluator |
Evaluate proximity between two alignments. |