Uses of Class
org.aksw.jena_sparql_api_sparql_path2.playground.NfaAnalysisResult
Packages that use NfaAnalysisResult
-
Uses of NfaAnalysisResult in org.aksw.jena_sparql_api_sparql_path2.playground
Methods in org.aksw.jena_sparql_api_sparql_path2.playground that return NfaAnalysisResultModifier 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.