|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EstimateEvaluator in org.neo4j.graphalgo |
---|
Methods in org.neo4j.graphalgo that return EstimateEvaluator | |
---|---|
static EstimateEvaluator<Double> |
CommonEvaluators.geoEstimateEvaluator(String latitudePropertyKey,
String longitudePropertyKey)
|
Methods in org.neo4j.graphalgo with parameters of type EstimateEvaluator | |
---|---|
static PathFinder<WeightedPath> |
GraphAlgoFactory.aStar(RelationshipExpander expander,
CostEvaluator<Double> lengthEvaluator,
EstimateEvaluator<Double> estimateEvaluator)
Returns an PathFinder which uses the A* algorithm to find the
cheapest path between two nodes. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |