Alignment API and Server 4.2.${version.update}

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

Packages that use fr.inrialpes.exmo.align.impl.eval
fr.inrialpes.exmo.align.impl.eval   
fr.inrialpes.exmo.align.util   
 

Classes in fr.inrialpes.exmo.align.impl.eval used by fr.inrialpes.exmo.align.impl.eval
EvalCell
           
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.
 

Classes in fr.inrialpes.exmo.align.impl.eval used by fr.inrialpes.exmo.align.util
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
           
 


Alignment API and Server 4.2.${version.update}

(C) INRIA & friends, 2003-${curryear}