Alignment API and Server 4.0

Package fr.inrialpes.exmo.align.impl.eval

Class Summary
AveragePRGraphEvaluator Compute the precision recall graph on 11 points The first alignment is thus the expected one.
EvalCell  
ExtPREvaluator Implement 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.
 


Alignment API and Server 4.0

(C) INRIA & friends, 2003-2010