Package | Description |
---|---|
fr.inrialpes.exmo.align.cli | |
fr.inrialpes.exmo.align.impl.eval |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Pair> |
GenPlot.scaleResults(int STEP,
java.util.Vector<Pair> input) |
Modifier and Type | Method and Description |
---|---|
void |
GenPlot.printHTMLGGraph(java.util.Vector<java.util.Vector<Pair>> result,
java.io.PrintWriter writer)
This does average plus generate the call for Google Chart API
|
void |
GenPlot.printPGFTex(java.util.Vector<java.util.Vector<Pair>> result,
java.io.PrintWriter writer)
This does average plus plot
|
void |
GenPlot.printTSV(java.util.Vector<java.util.Vector<Pair>> points,
java.io.PrintWriter writer) |
java.util.Vector<Pair> |
GenPlot.scaleResults(int STEP,
java.util.Vector<Pair> input) |
Modifier and Type | Field and Description |
---|---|
java.util.Vector<Pair> |
GraphEvaluator.points |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Pair> |
ThresholdGraphEvaluator.eval()
Compute threshold graph
|
java.util.Vector<Pair> |
ROCCurveEvaluator.eval()
For the moment
*
|
java.util.Vector<Pair> |
PRGraphEvaluator.eval()
Compute precision and recall graphs.
|
abstract java.util.Vector<Pair> |
GraphEvaluator.eval() |
java.util.Vector<Pair> |
AveragePRGraphEvaluator.eval()
Returns the points to display in a graph
|
java.util.Vector<Pair> |
ThresholdGraphEvaluator.eval(java.util.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
|
java.util.Vector<Pair> |
ROCCurveEvaluator.eval(java.util.Properties param)
Compute ROCCurve points
From an ordered vector of cells with their correctness status
|
java.util.Vector<Pair> |
PRGraphEvaluator.eval(java.util.Properties params)
Compute precision and recall graphs.
|
abstract java.util.Vector<Pair> |
GraphEvaluator.eval(java.util.Properties params) |
java.util.Vector<Pair> |
AveragePRGraphEvaluator.eval(java.util.Properties params)
Compute precision and recall graphs.
|
java.util.Vector<Pair> |
PRGraphEvaluator.evalOldStyle()
Returns a list of Precision at recall points (Pairs)
From an ordered vector of cells with their correctness status
|
java.util.Vector<Pair> |
PRGraphEvaluator.evalOpenEnded()
Returns a list of Precision at recall points (Pairs)
From an ordered vector of cells with their correctness status
|
(C) INRIA & friends, 2003-2020