Class LinkFinder
- java.lang.Object
-
- org.aksw.limes.core.measures.measure.pointsets.link.LinkFinder
-
public class LinkFinder extends Object
- Author:
- sherif class to generate the link pairs between 2 polygons
-
-
Field Summary
Fields Modifier and Type Field Description protected Polygonlargeprotected List<PairSimilar<Point>>linkPairsListprotected Polygonsmall
-
Constructor Summary
Constructors Constructor Description LinkFinder(Polygon X, Polygon Y)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PairSimilar<Point>>getlinkPairsList()doublegetRuntimeApproximation(double mappingSize)
-
-
-
Field Detail
-
linkPairsList
protected List<PairSimilar<Point>> linkPairsList
-
small
protected Polygon small
-
large
protected Polygon large
-
-
Method Detail
-
getlinkPairsList
public List<PairSimilar<Point>> getlinkPairsList()
- Returns:
- list of link pairs
-
getRuntimeApproximation
public double getRuntimeApproximation(double mappingSize)
- Parameters:
mappingSize- mapping size- Returns:
- run time approximation
-
-