|
Alignment API and Server 4.2.${version.update} | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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> |
ThresholdGraphEvaluator.eval()
Compute threshold graph |
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> |
ThresholdGraphEvaluator.eval(Properties params)
Returns a list of Measure at threshold points (Pairs) From an ordered vector of cells with their correctness status The basic strategy would be: Take the alignment/(Compute P/R/Apply threshold)+ But it is better to: take the cells in reverse order Compute the measures on the fly |
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.printHTMLGGraph(Vector<Vector<Pair>> result)
This does average plus generate the call for Google Chart API |
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.2.${version.update} | |||||||||
PREV NEXT | FRAMES NO FRAMES |