public class ShortestPathDeltaSteppingProc extends org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.ShortestPathDeltaStepping,org.neo4j.graphalgo.impl.ShortestPathDeltaStepping,ShortestPathDeltaSteppingConfig>
More information in:
https://arxiv.org/pdf/1604.02113v1.pdf
https://ae.cs.uni-frankfurt.de/pdf/diss_uli.pdf
http://www.cc.gatech.edu/~bader/papers/ShortestPaths-ALENEX2007.pdf
http://www.dis.uniroma1.it/challenge9/papers/madduri.pdf
| Constructor and Description |
|---|
ShortestPathDeltaSteppingProc() |
| Modifier and Type | Method and Description |
|---|---|
protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.graphalgo.impl.ShortestPathDeltaStepping,ShortestPathDeltaSteppingConfig> |
algorithmFactory(ShortestPathDeltaSteppingConfig config) |
java.util.stream.Stream<org.neo4j.graphalgo.results.DeltaSteppingProcResult> |
deltaStepping(java.lang.Object graphNameOrConfig,
java.util.Map<java.lang.String,java.lang.Object> configuration) |
protected ShortestPathDeltaSteppingConfig |
newConfig(java.lang.String username,
java.util.Optional<java.lang.String> graphName,
java.util.Optional<org.neo4j.graphalgo.config.GraphCreateConfig> maybeImplicitCreate,
org.neo4j.graphalgo.core.CypherMapWrapper config) |
java.util.stream.Stream<org.neo4j.graphalgo.impl.ShortestPathDeltaStepping.DeltaSteppingResult> |
stream(java.lang.Object graphNameOrConfig,
java.util.Map<java.lang.String,java.lang.Object> configuration) |
algoName, compute, compute, computeEstimate, createGraph, memoryEstimation, newAlgorithm, newConfig, nodePropertyTranslator, processInput, shouldWrite, validateGraphCreateConfig, writeNodePropertiespublic java.util.stream.Stream<org.neo4j.graphalgo.impl.ShortestPathDeltaStepping.DeltaSteppingResult> stream(java.lang.Object graphNameOrConfig,
java.util.Map<java.lang.String,java.lang.Object> configuration)
public java.util.stream.Stream<org.neo4j.graphalgo.results.DeltaSteppingProcResult> deltaStepping(java.lang.Object graphNameOrConfig,
java.util.Map<java.lang.String,java.lang.Object> configuration)
protected ShortestPathDeltaSteppingConfig newConfig(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.graphalgo.config.GraphCreateConfig> maybeImplicitCreate, org.neo4j.graphalgo.core.CypherMapWrapper config)
newConfig in class org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.ShortestPathDeltaStepping,org.neo4j.graphalgo.impl.ShortestPathDeltaStepping,ShortestPathDeltaSteppingConfig>protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.graphalgo.impl.ShortestPathDeltaStepping,ShortestPathDeltaSteppingConfig> algorithmFactory(ShortestPathDeltaSteppingConfig config)
algorithmFactory in class org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.ShortestPathDeltaStepping,org.neo4j.graphalgo.impl.ShortestPathDeltaStepping,ShortestPathDeltaSteppingConfig>