Package | Description |
---|---|
fr.inrialpes.exmo.align.cli | |
fr.inrialpes.exmo.align.impl.eval |
Class and Description |
---|
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.
|
Class and Description |
---|
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.
|
GraphEvaluator.EvalCell |
Pair |
PRecEvaluator
Evaluate proximity between two alignments.
|
SemPRecEvaluator
Evaluate proximity between two alignments.
|
WeightedPREvaluator
Evaluate proximity between two alignments.
|
(C) INRIA & friends, 2003-2020