|
Alignment API and Server 4.2.${version.update} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.inrialpes.exmo.align.impl.eval.GraphEvaluator
fr.inrialpes.exmo.align.impl.eval.PRGraphEvaluator
public class PRGraphEvaluator
Compute the precision recall graph on 11 points
Field Summary | |
---|---|
private double |
map
|
private int |
STEP
|
private double |
sumprecisions
|
Fields inherited from class fr.inrialpes.exmo.align.impl.eval.GraphEvaluator |
---|
cellSet, invalid, nbexpected, points |
Constructor Summary | |
---|---|
PRGraphEvaluator()
|
Method Summary | |
---|---|
Vector<Pair> |
eval()
Compute precision and recall graphs. |
Vector<Pair> |
eval(Properties params)
Compute precision and recall graphs. |
Vector<Pair> |
evalOldStyle()
Returns a list of Precision at recall points (Pairs) From an ordered vector of cells with their correctness status |
Vector<Pair> |
evalOpenEnded()
Returns a list of Precision at recall points (Pairs) From an ordered vector of cells with their correctness status |
double |
getGlobalResult()
Retuns a simple global evaluation measure if any |
double |
getMap()
|
void |
write(PrintWriter writer)
This output the result |
String |
xlabel()
|
String |
ylabel()
|
Methods inherited from class fr.inrialpes.exmo.align.impl.eval.GraphEvaluator |
---|
getStep, ingest, initCellSet, isCorrect, isValid, nbCells, setStep, writePlot, writeXMLMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int STEP
private double map
private double sumprecisions
Constructor Detail |
---|
public PRGraphEvaluator()
Method Detail |
---|
public Vector<Pair> eval()
eval
in class GraphEvaluator
public Vector<Pair> eval(Properties params)
eval
in class GraphEvaluator
public Vector<Pair> evalOpenEnded()
public Vector<Pair> evalOldStyle()
public void write(PrintWriter writer) throws IOException
IOException
public double getMap()
public double getGlobalResult()
GraphEvaluator
getGlobalResult
in class GraphEvaluator
public String xlabel()
xlabel
in class GraphEvaluator
public String ylabel()
ylabel
in class GraphEvaluator
|
Alignment API and Server 4.2.${version.update} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |