Alignment API and Server 4.0

Uses of Class
fr.inrialpes.exmo.align.impl.eval.Pair

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

Uses of Pair in fr.inrialpes.exmo.align.impl.eval
 

Fields in fr.inrialpes.exmo.align.impl.eval with type parameters of type Pair
 Vector<Pair> GraphEvaluator.points
           
 

Methods in fr.inrialpes.exmo.align.impl.eval that return types with arguments of type Pair
 Vector<Pair> ROCCurveEvaluator.eval()
          For the moment
 Vector<Pair> PRGraphEvaluator.eval()
          Compute precision and recall graphs.
abstract  Vector<Pair> GraphEvaluator.eval()
          Returns the points to display in a graph
 Vector<Pair> AveragePRGraphEvaluator.eval()
          Returns the points to display in a graph
 Vector<Pair> ROCCurveEvaluator.eval(Properties param)
          Compute ROCCurve points From an ordered vector of cells with their correctness status
 Vector<Pair> PRGraphEvaluator.eval(Properties params)
          Compute precision and recall graphs.
abstract  Vector<Pair> GraphEvaluator.eval(Properties params)
          Returns the points to display in a graph
 Vector<Pair> AveragePRGraphEvaluator.eval(Properties params)
          Compute precision and recall graphs.
 Vector<Pair> PRGraphEvaluator.evalOldStyle()
          Returns a list of Precision at recall points (Pairs) From an ordered vector of cells with their correctness status
 Vector<Pair> PRGraphEvaluator.evalOpenEnded()
          Returns a list of Precision at recall points (Pairs) From an ordered vector of cells with their correctness status
 

Uses of Pair in fr.inrialpes.exmo.align.util
 

Methods in fr.inrialpes.exmo.align.util that return types with arguments of type Pair
 Vector<Pair> GenPlot.scaleResults(int STEP, Vector<Pair> input)
           
 

Method parameters in fr.inrialpes.exmo.align.util with type arguments of type Pair
 void GenPlot.printPGFTex(Vector<Vector<Pair>> result)
          This does average plus plot
 void GenPlot.printTSV(Vector<Vector<Pair>> points)
           
 Vector<Pair> GenPlot.scaleResults(int STEP, Vector<Pair> input)
           
 


Alignment API and Server 4.0

(C) INRIA & friends, 2003-2010