Class LatexPrecisionRecall.PrecRecPoint
java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_eval.visualization.LatexPrecisionRecall.PrecRecPoint
- All Implemented Interfaces:
Comparable<LatexPrecisionRecall.PrecRecPoint>
- Enclosing class:
- LatexPrecisionRecall
static class LatexPrecisionRecall.PrecRecPoint
extends Object
implements Comparable<LatexPrecisionRecall.PrecRecPoint>
-
Field Details
-
x
private double x -
y
private double y -
formattedString
-
-
Constructor Details
-
PrecRecPoint
public PrecRecPoint(double x, double y)
-
-
Method Details
-
formatFMeasureLine
-
extactRepresentation
-
textPosition
-
compareTo
- Specified by:
compareTo
in interfaceComparable<LatexPrecisionRecall.PrecRecPoint>
-
hashCode
public int hashCode() -
equals
-