Uses of Class
de.uni_trier.wi2.procake.similarity.nest.astar.utils.AStarGraphItemMapping
Package
Description
-
Uses of AStarGraphItemMapping in de.uni_trier.wi2.procake.similarity.nest.astar.impl
Modifier and TypeMethodDescriptionprotected abstract double
SMGraphAStarImpl.estimateSimilarity
(AStarCaseSolution newSol, AStarGraphItemMapping newMap) Estimates the similarity for the remaining items of the queryGraph based on the concrete AStar-implementation.protected double
SMGraphAStarOneImpl.estimateSimilarity
(AStarCaseSolution newSol, AStarGraphItemMapping newMap) protected double
SMGraphAStarThreeImpl.estimateSimilarity
(AStarCaseSolution newSol, AStarGraphItemMapping newMap) protected double
SMGraphAStarTwoImpl.estimateSimilarity
(AStarCaseSolution newSol, AStarGraphItemMapping newMap) -
Uses of AStarGraphItemMapping in de.uni_trier.wi2.procake.similarity.nest.astar.utils
Modifier and TypeClassDescriptionclass
Represents a mapping between a query node and a case node.class
Represents a mapping between a query node and a case node.Modifier and TypeFieldDescriptionAStarThreeHeuristic.isolatedSimilarities
Cache of heuristic similarity valuesAStarCaseSolution.mappedItems
Contains the mappings so far for the solution.