Package org.neo4j.graphalgo.centrality
Interface ArticleRankConfig
-
- All Superinterfaces:
org.neo4j.graphalgo.config.AlgoBaseConfig,org.neo4j.graphalgo.config.BaseConfig,org.neo4j.graphalgo.config.ConcurrencyConfig,org.neo4j.graphalgo.config.IterationsConfig,org.neo4j.graphalgo.pagerank.PageRankBaseConfig,org.neo4j.graphalgo.pagerank.PageRankWriteConfig,org.neo4j.graphalgo.config.RelationshipWeightConfig,org.neo4j.graphalgo.config.SourceNodesConfig,org.neo4j.graphalgo.config.ToleranceConfig,org.neo4j.graphalgo.config.WriteConfig,org.neo4j.graphalgo.config.WritePropertyConfig
@Configuration public interface ArticleRankConfig extends org.neo4j.graphalgo.pagerank.PageRankWriteConfig
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ArticleRankConfigof(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)default java.lang.StringwriteProperty()-
Methods inherited from interface org.neo4j.graphalgo.config.AlgoBaseConfig
graphName, implicitCreateConfig, internalRelationshipTypes, nodeLabelIdentifiers, nodeLabels, relationshipTypes
-
Methods inherited from interface org.neo4j.graphalgo.config.BaseConfig
configKeys, sudo, toMap, username
-
Methods inherited from interface org.neo4j.graphalgo.config.ConcurrencyConfig
concurrency, validateConcurrency
-
Methods inherited from interface org.neo4j.graphalgo.pagerank.PageRankBaseConfig
cacheWeights, dampingFactor, maxIterations, tolerance
-
Methods inherited from interface org.neo4j.graphalgo.config.RelationshipWeightConfig
relationshipWeightProperty
-
-
-
-
Method Detail
-
writeProperty
@Default default java.lang.String writeProperty()
- Specified by:
writePropertyin interfaceorg.neo4j.graphalgo.config.WritePropertyConfig
-
of
static ArticleRankConfig of(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)
-
-