|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EstimateEvaluator | |
|---|---|
| org.neo4j.graphalgo | Scalable graph algorithms like shortest path and others for Neo4j which
can be easily accessed via GraphAlgoFactory. |
| 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(PathExpander expander,
CostEvaluator<Double> lengthEvaluator,
EstimateEvaluator<Double> estimateEvaluator)
Returns an PathFinder which uses the A* algorithm to find the
cheapest path between two nodes. |
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. |
|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||