Class RADON.GridSizeHeuristics
- java.lang.Object
-
- org.aksw.limes.core.measures.mapper.topology.RADON.GridSizeHeuristics
-
-
Constructor Summary
Constructors Constructor Description GridSizeHeuristics(Collection<org.locationtech.jts.geom.Geometry> input)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static double[]decideForTheta(RADON.GridSizeHeuristics s, RADON.GridSizeHeuristics t, String measure)doublegetAvgX()doublegetAvgY()doublegetMaxX()doublegetMaxY()doublegetMedX()doublegetMedY()doublegetMinX()doublegetMinY()doublegetSize()StringtoString()
-
-
-
Field Detail
-
AVG
public static final String AVG
- See Also:
- Constant Field Values
-
MIN
public static final String MIN
- See Also:
- Constant Field Values
-
MAX
public static final String MAX
- See Also:
- Constant Field Values
-
MED
public static final String MED
- See Also:
- Constant Field Values
-
swap
public static boolean swap
-
-
Constructor Detail
-
GridSizeHeuristics
public GridSizeHeuristics(Collection<org.locationtech.jts.geom.Geometry> input)
-
-
Method Detail
-
decideForTheta
public static double[] decideForTheta(RADON.GridSizeHeuristics s, RADON.GridSizeHeuristics t, String measure)
-
getSize
public double getSize()
-
getMinX
public double getMinX()
-
getMaxX
public double getMaxX()
-
getAvgX
public double getAvgX()
-
getMedX
public double getMedX()
-
getMinY
public double getMinY()
-
getMaxY
public double getMaxY()
-
getAvgY
public double getAvgY()
-
getMedY
public double getMedY()
-
-