Package org.neo4j.graphalgo.centrality
Class DegreeCentralityProc
- java.lang.Object
-
- org.neo4j.graphalgo.BaseProc
-
- org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.centrality.degreecentrality.DegreeCentrality,org.neo4j.graphalgo.centrality.degreecentrality.DegreeCentrality,DegreeCentralityConfig>
-
- org.neo4j.graphalgo.centrality.DegreeCentralityProc
-
public class DegreeCentralityProc extends org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.centrality.degreecentrality.DegreeCentrality,org.neo4j.graphalgo.centrality.degreecentrality.DegreeCentrality,DegreeCentralityConfig>
-
-
Constructor Summary
Constructors Constructor Description DegreeCentralityProc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.graphalgo.centrality.degreecentrality.DegreeCentrality,DegreeCentralityConfig>algorithmFactory(DegreeCentralityConfig config)protected DegreeCentralityConfignewConfig(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 userInput)java.util.stream.Stream<org.neo4j.graphalgo.results.CentralityScore>stream(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)java.util.stream.Stream<org.neo4j.graphalgo.results.CentralityScore.Stats>write(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)-
Methods inherited from class org.neo4j.graphalgo.AlgoBaseProc
algoName, compute, compute, computeEstimate, createGraph, memoryEstimation, newAlgorithm, newConfig, nodePropertyTranslator, processInput, validateConfigs, validateIsUndirectedGraph, validateOrientationCombinations
-
-
-
-
Method Detail
-
write
public java.util.stream.Stream<org.neo4j.graphalgo.results.CentralityScore.Stats> write(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)
-
stream
public java.util.stream.Stream<org.neo4j.graphalgo.results.CentralityScore> stream(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)
-
newConfig
protected DegreeCentralityConfig 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 userInput)
- Specified by:
newConfigin classorg.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.centrality.degreecentrality.DegreeCentrality,org.neo4j.graphalgo.centrality.degreecentrality.DegreeCentrality,DegreeCentralityConfig>
-
algorithmFactory
protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.graphalgo.centrality.degreecentrality.DegreeCentrality,DegreeCentralityConfig> algorithmFactory(DegreeCentralityConfig config)
- Specified by:
algorithmFactoryin classorg.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.centrality.degreecentrality.DegreeCentrality,org.neo4j.graphalgo.centrality.degreecentrality.DegreeCentrality,DegreeCentralityConfig>
-
-