Uses of Interface
org.aksw.jena_sparql_api_sparql_path2.playground.JoinSummaryService
Packages that use JoinSummaryService
-
Uses of JoinSummaryService in org.aksw.jena_sparql_api_sparql_path2.playground
Classes in org.aksw.jena_sparql_api_sparql_path2.playground that implement JoinSummaryServiceMethods in org.aksw.jena_sparql_api_sparql_path2.playground with parameters of type JoinSummaryServiceModifier and TypeMethodDescriptionstatic <S,T> NfaAnalysisResult<S> EdgeReducer.estimateFrontierCost(Nfa<S, T> nfa, Predicate<T> isEpsilon, Function<T, PredicateClass> transToPredicateClass, Pair<Map<org.apache.jena.graph.Node, Number>> initPredFreqs, JoinSummaryService joinSummaryService) - Vertices: are mapped to the estimated set of predicates with their estimated (maximum) frequency - Edge: Their property classes are resolved to explicit sets of predicates.EdgeReducer.trimPredicates(Nfa<S, T> nfa, Predicate<T> isEpsilon, Function<T, PredicateClass> transitionToPredicateClass, Pair<Map<org.apache.jena.graph.Node, Number>> initDiPredToCost, Map<S, Pair<Map<org.apache.jena.graph.Node, Number>>> stateToDiPredToCost, JoinSummaryService joinSummaryService) This method takes as input an nfa where edges are labeled with the predicates according to the join summary.