Uses of Class
org.aksw.limes.core.datastrutures.PairSimilar
-
Packages that use PairSimilar Package Description org.aksw.limes.core.measures.measure.pointsets.link org.aksw.limes.core.measures.measure.pointsets.surjection org.aksw.limes.core.ml.algorithm.eagle.util -
-
Uses of PairSimilar in org.aksw.limes.core.measures.measure.pointsets.link
Fields in org.aksw.limes.core.measures.measure.pointsets.link with type parameters of type PairSimilar Modifier and Type Field Description protected List<PairSimilar<Point>>LinkFinder. linkPairsListMethods in org.aksw.limes.core.measures.measure.pointsets.link that return types with arguments of type PairSimilar Modifier and Type Method Description List<PairSimilar<Point>>LinkFinder. getlinkPairsList() -
Uses of PairSimilar in org.aksw.limes.core.measures.measure.pointsets.surjection
Fields in org.aksw.limes.core.measures.measure.pointsets.surjection with type parameters of type PairSimilar Modifier and Type Field Description protected List<PairSimilar<Point>>SurjectionFinder. surjectionPairsListMethods in org.aksw.limes.core.measures.measure.pointsets.surjection that return types with arguments of type PairSimilar Modifier and Type Method Description List<PairSimilar<Point>>FairSurjectionFinder. getFairSurjectionPairsList()List<PairSimilar<Point>>SurjectionFinder. getSurjectionPairsList() -
Uses of PairSimilar in org.aksw.limes.core.ml.algorithm.eagle.util
Fields in org.aksw.limes.core.ml.algorithm.eagle.util with type parameters of type PairSimilar Modifier and Type Field Description List<PairSimilar<String>>PropertyMapping. datePropPairsList<PairSimilar<String>>PropertyMapping. numberPropPairsList<PairSimilar<String>>PropertyMapping. pointsetPropPairsList<PairSimilar<String>>PropertyMapping. stringPropPairs
-