A B C D E F G H I J K L M N O P R S T U V W Y 
All Classes All Packages

A

accept(long, int, BfsSources) - Method in interface org.neo4j.gds.msbfs.BfsConsumer
 
accept(long, long, int, BfsSources) - Method in interface org.neo4j.gds.msbfs.BfsWithPredecessorConsumer
 
activationFunction() - Method in enum org.neo4j.gds.embeddings.graphsage.ActivationFunction
 
activationFunction() - Method in interface org.neo4j.gds.embeddings.graphsage.Aggregator
 
activationFunction() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
activationFunction() - Method in interface org.neo4j.gds.embeddings.graphsage.LayerConfig
 
activationFunction() - Method in class org.neo4j.gds.embeddings.graphsage.MaxPoolingAggregator
 
activationFunction() - Method in class org.neo4j.gds.embeddings.graphsage.MeanAggregator
 
ActivationFunction - Enum in org.neo4j.gds.embeddings.graphsage
 
add(long...) - Method in class org.neo4j.gds.embeddings.node2vec.CompressedRandomWalks
 
add(long, long, double) - Method in class org.neo4j.gds.similarity.nodesim.TopNList
 
aggregate(Variable<Matrix>, SubGraph) - Method in interface org.neo4j.gds.embeddings.graphsage.Aggregator
 
aggregate(Variable<Matrix>, SubGraph) - Method in class org.neo4j.gds.embeddings.graphsage.MaxPoolingAggregator
 
aggregate(Variable<Matrix>, SubGraph) - Method in class org.neo4j.gds.embeddings.graphsage.MeanAggregator
 
aggregatedNeighborProcessing(long, RelationshipIterator, BfsConsumer, long...) - Static method in class org.neo4j.gds.msbfs.MultiSourceBFS
 
aggregator() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
aggregator() - Method in interface org.neo4j.gds.embeddings.graphsage.Layer
 
aggregator() - Method in class org.neo4j.gds.embeddings.graphsage.MaxPoolAggregatingLayer
 
aggregator() - Method in class org.neo4j.gds.embeddings.graphsage.MeanAggregatingLayer
 
Aggregator - Interface in org.neo4j.gds.embeddings.graphsage
 
Aggregator - Interface in org.neo4j.gds.paths.traverse
 
Aggregator.AggregatorType - Enum in org.neo4j.gds.embeddings.graphsage
 
aggregatorType() - Method in interface org.neo4j.gds.embeddings.graphsage.LayerConfig
 
ALL - Static variable in interface org.neo4j.gds.betweenness.SelectionStrategy
 
ALL_DEPTHS_ALLOWED - Static variable in class org.neo4j.gds.paths.traverse.BFS
 
AllShortestPathsBaseConfig - Interface in org.neo4j.gds.paths
 
AllShortestPathsDeltaBaseConfig - Interface in org.neo4j.gds.paths.delta.config
 
AllShortestPathsDeltaMutateConfig - Interface in org.neo4j.gds.paths.delta.config
 
AllShortestPathsDeltaStreamConfig - Interface in org.neo4j.gds.paths.delta.config
 
AllShortestPathsDeltaWriteConfig - Interface in org.neo4j.gds.paths.delta.config
 
AllShortestPathsDijkstraFactory() - Constructor for class org.neo4j.gds.paths.dijkstra.DijkstraFactory.AllShortestPathsDijkstraFactory
 
AllShortestPathsDijkstraMutateConfig - Interface in org.neo4j.gds.paths.dijkstra.config
 
AllShortestPathsDijkstraStreamConfig - Interface in org.neo4j.gds.paths.dijkstra.config
 
AllShortestPathsDijkstraWriteConfig - Interface in org.neo4j.gds.paths.dijkstra.config
 
and(Dijkstra.RelationshipFilter) - Method in interface org.neo4j.gds.paths.dijkstra.Dijkstra.RelationshipFilter
 
ANPStrategy - Class in org.neo4j.gds.msbfs
"Aggregated Neighbor Processing" (ANP) strategy as described in The More the Merrier: Efficient Multi-Source Graph Traversal http://www.vldb.org/pvldb/vol8/p449-then.pdf
ANPStrategy(BfsConsumer) - Constructor for class org.neo4j.gds.msbfs.ANPStrategy
 
apply(long) - Method in interface org.neo4j.gds.paths.dijkstra.Dijkstra.TraversalPredicate
 
apply(long, long, double) - Method in interface org.neo4j.gds.paths.traverse.Aggregator
aggregate weight between source and current node
apply(long, long, double) - Method in class org.neo4j.gds.paths.traverse.OneHopAggregator
 
apply(Graph, long[], HugeObjectArray<double[]>) - Method in interface org.neo4j.gds.embeddings.graphsage.FeatureFunction
 
apply(Graph, long[], HugeObjectArray<double[]>) - Method in class org.neo4j.gds.embeddings.graphsage.MultiLabelFeatureFunction
This method expects the graph to be validated beforehand, such that each node has exactly one label See feature initialization in GraphSageHelper.
apply(Graph, long[], HugeObjectArray<double[]>) - Method in class org.neo4j.gds.embeddings.graphsage.SingleLabelFeatureFunction
 
apply(ComputationContext) - Method in class org.neo4j.gds.embeddings.graphsage.GraphSageLoss
 
applyAsDouble(long) - Method in class org.neo4j.gds.paths.astar.AStar.HaversineHeuristic
 
applyRelationshipWeight(double, double) - Method in class org.neo4j.gds.pagerank.ArticleRankComputation
 
applyRelationshipWeight(double, double) - Method in class org.neo4j.gds.pagerank.EigenvectorComputation
 
applyRelationshipWeight(double, double) - Method in class org.neo4j.gds.pagerank.PageRankComputation
 
ARTICLE_RANK - org.neo4j.gds.pagerank.PageRankAlgorithmFactory.Mode
 
ArticleRankComputation - Class in org.neo4j.gds.pagerank
 
ASCENDING - Static variable in class org.neo4j.gds.similarity.SimilarityResult
 
asNodeProperties() - Method in class org.neo4j.gds.beta.modularity.ModularityOptimization
 
asNodeProperties() - Method in interface org.neo4j.gds.triangle.IntersectingTriangleCount.TriangleCountResult
 
AStar - Class in org.neo4j.gds.paths.astar
 
AStar.HaversineHeuristic - Class in org.neo4j.gds.paths.astar
 
AStarFactory<CONFIG extends ShortestPathAStarBaseConfig> - Class in org.neo4j.gds.paths.astar
 
AStarFactory() - Constructor for class org.neo4j.gds.paths.astar.AStarFactory
 

B

batchSize() - Method in interface org.neo4j.gds.beta.k1coloring.K1ColoringConfig
 
batchSize() - Method in interface org.neo4j.gds.beta.modularity.ModularityOptimizationConfig
 
BetweennessCentrality - Class in org.neo4j.gds.betweenness
 
BetweennessCentrality(Graph, SelectionStrategy, ExecutorService, int, ProgressTracker) - Constructor for class org.neo4j.gds.betweenness.BetweennessCentrality
 
BetweennessCentralityBaseConfig - Interface in org.neo4j.gds.betweenness
 
BetweennessCentralityFactory<CONFIG extends BetweennessCentralityBaseConfig> - Class in org.neo4j.gds.betweenness
 
BetweennessCentralityFactory() - Constructor for class org.neo4j.gds.betweenness.BetweennessCentralityFactory
 
BetweennessCentralityMutateConfig - Interface in org.neo4j.gds.betweenness
 
BetweennessCentralityStatsConfig - Interface in org.neo4j.gds.betweenness
 
BetweennessCentralityStreamConfig - Interface in org.neo4j.gds.betweenness
 
BetweennessCentralityWriteConfig - Interface in org.neo4j.gds.betweenness
 
BFS - Class in org.neo4j.gds.paths.traverse
Parallel implementation of the BFS algorithm.
BfsAlgorithmFactory<CONFIG extends BfsBaseConfig> - Class in org.neo4j.gds.paths.traverse
 
BfsAlgorithmFactory() - Constructor for class org.neo4j.gds.paths.traverse.BfsAlgorithmFactory
 
BfsBaseConfig - Interface in org.neo4j.gds.paths.traverse
 
BfsConsumer - Interface in org.neo4j.gds.msbfs
 
BfsMutateConfig - Interface in org.neo4j.gds.paths.traverse
 
BfsSources - Interface in org.neo4j.gds.msbfs
 
BfsStreamConfig - Interface in org.neo4j.gds.paths.traverse
 
BfsWithPredecessorConsumer - Interface in org.neo4j.gds.msbfs
 
bias() - Method in interface org.neo4j.gds.embeddings.graphsage.LayerConfig
 
bias() - Method in class org.neo4j.gds.embeddings.graphsage.MaxPoolingAggregator
 
BOTTOM_K_DEFAULT - Static variable in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
BOTTOM_K_KEY - Static variable in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
BOTTOM_N_DEFAULT - Static variable in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
BOTTOM_N_KEY - Static variable in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
bottomK() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
bottomN() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
boundedK(long) - Method in interface org.neo4j.gds.similarity.knn.KnnBaseConfig
 
BREAK - org.neo4j.gds.paths.traverse.ExitPredicate.Result
add current node to the result set and terminate traversal
build(Stream<SimilarityResult>) - Method in class org.neo4j.gds.similarity.SimilarityGraphBuilder
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.beta.closeness.ClosenessCentralityFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.betweenness.BetweennessCentralityFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.degree.DegreeCentralityFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.embeddings.fastrp.FastRPFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.embeddings.graphsage.algo.GraphSageAlgorithmFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.embeddings.node2vec.Node2VecAlgorithmFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.labelpropagation.LabelPropagationFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.louvain.LouvainFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.pagerank.PageRankAlgorithmFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.paths.astar.AStarFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.paths.traverse.BfsAlgorithmFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.paths.traverse.DfsAlgorithmFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.paths.yens.YensFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.similarity.knn.KnnFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.similarity.nodesim.NodeSimilarityFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.triangle.IntersectingTriangleCountFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.triangle.LocalClusteringCoefficientFactory
 
build(Graph, CONFIG, ProgressTracker) - Method in class org.neo4j.gds.wcc.WccAlgorithmFactory
 
build(Graph, GraphSageTrainConfig, ProgressTracker) - Method in class org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainAlgorithmFactory
 
build(Graph, RandomWalkBaseConfig, ProgressTracker) - Method in class org.neo4j.gds.traversal.RandomWalkAlgorithmFactory
 
build(Graph, T, NodeProperties, ProgressTracker) - Method in class org.neo4j.gds.beta.modularity.ModularityOptimizationFactory
 
build(Graph, T, ProgressTracker) - Method in class org.neo4j.gds.beta.k1coloring.K1ColoringFactory
 
build(Graph, T, ProgressTracker) - Method in class org.neo4j.gds.beta.modularity.ModularityOptimizationFactory
 
build(Graph, T, ProgressTracker) - Method in class org.neo4j.gds.paths.delta.DeltaSteppingFactory
 
build(Graph, T, ProgressTracker) - Method in class org.neo4j.gds.paths.dijkstra.DijkstraFactory.AllShortestPathsDijkstraFactory
 
build(Graph, T, ProgressTracker) - Method in class org.neo4j.gds.paths.dijkstra.DijkstraFactory.SourceTargetDijkstraFactory
 
builder() - Static method in interface org.neo4j.gds.embeddings.fastrp.FastRPBaseConfig
 
builder() - Static method in interface org.neo4j.gds.embeddings.graphsage.LayerConfig
 
bytesMax - Variable in class org.neo4j.gds.results.MemoryEstimateResult
 
bytesMin - Variable in class org.neo4j.gds.results.MemoryEstimateResult
 

C

canLoad(Graph) - Method in class org.neo4j.gds.triangle.intersect.HugeGraphIntersect.HugeGraphIntersectFactory
 
canLoad(Graph) - Method in class org.neo4j.gds.triangle.intersect.NodeFilteredGraphIntersect.NodeFilteredGraphIntersectFactory
 
canLoad(Graph) - Method in interface org.neo4j.gds.triangle.intersect.RelationshipIntersectFactory
 
canLoad(Graph) - Method in class org.neo4j.gds.triangle.intersect.UnionGraphIntersect.NodeFilteredUnionGraphIntersectFactory
 
canLoad(Graph) - Method in class org.neo4j.gds.triangle.intersect.UnionGraphIntersect.UnionGraphIntersectFactory
 
centralities() - Method in interface org.neo4j.gds.beta.closeness.ClosenessCentralityResult
 
centrality(long, long) - Method in class org.neo4j.gds.beta.closeness.DefaultCentralityComputer
 
checkCursorInstance(AdjacencyCursor) - Method in class org.neo4j.gds.triangle.intersect.GraphIntersect
 
checkCursorInstance(AdjacencyCursor) - Method in class org.neo4j.gds.triangle.intersect.HugeGraphIntersect
 
checkCursorInstance(AdjacencyCursor) - Method in class org.neo4j.gds.triangle.intersect.UnionGraphIntersect
 
ClosenessCentrality - Class in org.neo4j.gds.beta.closeness
Normalized Closeness Centrality Utilizes the MSBFS for counting the farness between nodes.
ClosenessCentralityConfig - Interface in org.neo4j.gds.beta.closeness
 
ClosenessCentralityFactory<CONFIG extends ClosenessCentralityConfig> - Class in org.neo4j.gds.beta.closeness
 
ClosenessCentralityFactory() - Constructor for class org.neo4j.gds.beta.closeness.ClosenessCentralityFactory
 
ClosenessCentralityMutateConfig - Interface in org.neo4j.gds.beta.closeness
 
ClosenessCentralityResult - Interface in org.neo4j.gds.beta.closeness
 
ClosenessCentralityStatsConfig - Interface in org.neo4j.gds.beta.closeness
 
ClosenessCentralityStreamConfig - Interface in org.neo4j.gds.beta.closeness
 
ClosenessCentralityWriteConfig - Interface in org.neo4j.gds.beta.closeness
 
ColoringStep - Class in org.neo4j.gds.beta.k1coloring
 
ColoringStep(RelationshipIterator, HugeLongArray, BitSet, Partition, ProgressTracker) - Constructor for class org.neo4j.gds.beta.k1coloring.ColoringStep
 
colors() - Method in class org.neo4j.gds.beta.k1coloring.K1Coloring
 
cols() - Method in interface org.neo4j.gds.embeddings.graphsage.LayerConfig
 
compareAndExchange(long, double, double, long) - Method in interface org.neo4j.gds.paths.delta.TentativeDistances
Atomically updates the distance and the predecessor for the given node.
compareAndExchange(long, double, double, long) - Method in class org.neo4j.gds.paths.delta.TentativeDistances.DistanceAndPredecessor
 
compareAndExchange(long, double, double, long) - Method in class org.neo4j.gds.paths.delta.TentativeDistances.DistanceOnly
 
comparedNodes() - Method in class org.neo4j.gds.similarity.SimilarityGraphResult
 
compareTo(SimilarityResult) - Method in class org.neo4j.gds.similarity.SimilarityResult
 
CompressedRandomWalks - Class in org.neo4j.gds.embeddings.node2vec
 
CompressedRandomWalks(long) - Constructor for class org.neo4j.gds.embeddings.node2vec.CompressedRandomWalks
 
CompressedRandomWalks.CompressedWalkIterator - Class in org.neo4j.gds.embeddings.node2vec
 
compute() - Method in class org.neo4j.gds.beta.closeness.ClosenessCentrality
 
compute() - Method in class org.neo4j.gds.beta.k1coloring.K1Coloring
 
compute() - Method in class org.neo4j.gds.beta.modularity.ModularityOptimization
 
compute() - Method in class org.neo4j.gds.betweenness.BetweennessCentrality
 
compute() - Method in class org.neo4j.gds.degree.DegreeCentrality
 
compute() - Method in class org.neo4j.gds.embeddings.fastrp.FastRP
 
compute() - Method in class org.neo4j.gds.embeddings.graphsage.algo.GraphSage
 
compute() - Method in class org.neo4j.gds.embeddings.graphsage.algo.MultiLabelGraphSageTrain
 
compute() - Method in class org.neo4j.gds.embeddings.graphsage.algo.SingleLabelGraphSageTrain
 
compute() - Method in class org.neo4j.gds.embeddings.node2vec.Node2Vec
 
compute() - Method in class org.neo4j.gds.labelpropagation.LabelPropagation
 
compute() - Method in class org.neo4j.gds.louvain.Louvain
 
compute() - Method in class org.neo4j.gds.pagerank.PageRankAlgorithm
 
compute() - Method in class org.neo4j.gds.paths.astar.AStar
 
compute() - Method in class org.neo4j.gds.paths.delta.DeltaStepping
 
compute() - Method in class org.neo4j.gds.paths.dijkstra.Dijkstra
 
compute() - Method in class org.neo4j.gds.paths.traverse.BFS
 
compute() - Method in class org.neo4j.gds.paths.traverse.DFS
 
compute() - Method in class org.neo4j.gds.paths.yens.Yens
 
compute() - Method in class org.neo4j.gds.similarity.knn.Knn
 
compute() - Method in class org.neo4j.gds.similarity.nodesim.NodeSimilarity
 
compute() - Method in class org.neo4j.gds.traversal.RandomWalk
 
compute() - Method in class org.neo4j.gds.triangle.IntersectingTriangleCount
 
compute() - Method in class org.neo4j.gds.triangle.LocalClusteringCoefficient
 
compute() - Method in class org.neo4j.gds.wcc.Wcc
 
compute(ComputeContext<PageRankConfig>, Messages) - Method in class org.neo4j.gds.pagerank.ArticleRankComputation
 
compute(ComputeContext<PageRankConfig>, Messages) - Method in class org.neo4j.gds.pagerank.EigenvectorComputation
 
compute(ComputeContext<PageRankConfig>, Messages) - Method in class org.neo4j.gds.pagerank.PageRankComputation
 
computeSimilarity(long[], long[]) - Method in class org.neo4j.gds.similarity.nodesim.JaccardSimilarityComputer
 
computeSimilarity(long[], long[]) - Method in interface org.neo4j.gds.similarity.nodesim.MetricSimilarityComputer
 
computeToGraph() - Method in class org.neo4j.gds.similarity.nodesim.NodeSimilarity
 
computeToGraph() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
computeToStream() - Method in class org.neo4j.gds.similarity.nodesim.NodeSimilarity
 
computeToStream() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
computeToStream() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityStreamConfig
 
computeWeightedSimilarity(long[], long[], double[], double[]) - Method in class org.neo4j.gds.similarity.nodesim.JaccardSimilarityComputer
 
computeWeightedSimilarity(long[], long[], double[], double[]) - Method in interface org.neo4j.gds.similarity.nodesim.MetricSimilarityComputer
 
concurrentCopy() - Method in class org.neo4j.gds.similarity.nodesim.TopKGraph
 
config() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageModel
 
context() - Method in class org.neo4j.gds.similarity.knn.Knn
 
CONTINUE - org.neo4j.gds.paths.traverse.ExitPredicate.Result
does not add node to the result set, does not follow its neighbors, just continue with next element on the stack
convertToIntSamples(List<Number>) - Static method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
Cosine - Class in org.neo4j.gds.similarity.knn.metrics
We compute cosine similarity (normalised dot product) and turn it into a similarity metric by moving and clamping -1..1 into 0..1 using linear transformation.
COSINE - org.neo4j.gds.similarity.knn.metrics.SimilarityMetric
 
cosineSimilarity(List<Number>, List<Number>) - Method in class org.neo4j.gds.similarity.SimilaritiesFunc
 
costs() - Method in interface org.neo4j.gds.paths.PathResult
 
COSTS_KEY - Static variable in interface org.neo4j.gds.paths.dijkstra.config.ShortestPathDijkstraWriteConfig
 
create() - Method in class org.neo4j.gds.similarity.knn.KnnNeighborFilterFactory
 
create() - Method in interface org.neo4j.gds.similarity.knn.NeighborFilterFactory
 
create(Graph, long, ExitPredicate, Aggregator, int, ProgressTracker, long) - Static method in class org.neo4j.gds.paths.traverse.BFS
 
create(Graph, KnnBaseConfig, SimilarityComputer, NeighborFilterFactory, KnnContext) - Static method in class org.neo4j.gds.similarity.knn.Knn
 
create(Graph, RandomWalkBaseConfig, ProgressTracker) - Static method in class org.neo4j.gds.traversal.RandomWalk
 
create(Graph, TriangleCountBaseConfig, ExecutorService) - Static method in class org.neo4j.gds.triangle.IntersectingTriangleCount
 
create(Graph, TriangleCountBaseConfig, ExecutorService, ProgressTracker) - Static method in class org.neo4j.gds.triangle.IntersectingTriangleCount
 
create(NodeProperties, String, IdMap) - Static method in class org.neo4j.gds.similarity.knn.metrics.NullCheckingNodeProperties
 
create(NodeSimilarityMetric, double) - Static method in interface org.neo4j.gds.similarity.nodesim.MetricSimilarityComputer
 
create(Transaction, long[], double[], RelationshipType, String) - Static method in class org.neo4j.gds.paths.PathFactory
 
create(Transaction, List<Long>, RelationshipType) - Static method in class org.neo4j.gds.paths.PathFactory
 
createLayer(LayerConfig) - Static method in class org.neo4j.gds.embeddings.graphsage.LayerFactory
 
createWithDefaults(Graph, KnnBaseConfig, KnnContext) - Static method in class org.neo4j.gds.similarity.knn.Knn
 
cursorForNode(AdjacencyCursor, long, int) - Method in class org.neo4j.gds.triangle.intersect.HugeGraphIntersect
 
cursorForNode(CompositeAdjacencyCursor, long, int) - Method in class org.neo4j.gds.triangle.intersect.UnionGraphIntersect
 
cursorForNode(CURSOR, long, int) - Method in class org.neo4j.gds.triangle.intersect.GraphIntersect
 

D

dampingFactor() - Method in interface org.neo4j.gds.pagerank.PageRankConfig
 
DEFAULT - org.neo4j.gds.similarity.knn.metrics.SimilarityMetric
 
DEFAULT_ITERATION_WEIGHTS - Static variable in interface org.neo4j.gds.embeddings.fastrp.FastRPBaseConfig
 
DEFAULT_ITERATIONS - Static variable in interface org.neo4j.gds.beta.modularity.ModularityOptimizationConfig
 
DefaultCentralityComputer - Class in org.neo4j.gds.beta.closeness
 
DefaultCentralityComputer() - Constructor for class org.neo4j.gds.beta.closeness.DefaultCentralityComputer
 
defaultMetricForType(ValueType) - Static method in enum org.neo4j.gds.similarity.knn.metrics.SimilarityMetric
 
degree(long) - Method in class org.neo4j.gds.similarity.nodesim.TopKGraph
 
degree(long) - Method in class org.neo4j.gds.triangle.intersect.GraphIntersect
 
degree(long) - Method in class org.neo4j.gds.triangle.intersect.HugeGraphIntersect
 
degree(long) - Method in class org.neo4j.gds.triangle.intersect.UnionGraphIntersect
 
DegreeCentrality - Class in org.neo4j.gds.degree
 
DegreeCentrality(Graph, ExecutorService, DegreeCentralityConfig, ProgressTracker) - Constructor for class org.neo4j.gds.degree.DegreeCentrality
 
DegreeCentrality.DegreeFunction - Interface in org.neo4j.gds.degree
 
DegreeCentralityConfig - Interface in org.neo4j.gds.degree
 
DegreeCentralityFactory<CONFIG extends DegreeCentralityConfig> - Class in org.neo4j.gds.degree
 
DegreeCentralityFactory() - Constructor for class org.neo4j.gds.degree.DegreeCentralityFactory
 
DegreeCentralityMutateConfig - Interface in org.neo4j.gds.degree
 
degreeCentralityProgressTask(Graph) - Static method in class org.neo4j.gds.degree.DegreeCentralityFactory
 
DegreeCentralityStatsConfig - Interface in org.neo4j.gds.degree
 
DegreeCentralityStreamConfig - Interface in org.neo4j.gds.degree
 
DegreeCentralityWriteConfig - Interface in org.neo4j.gds.degree
 
degreeCutoff() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
delta() - Method in interface org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaBaseConfig
 
DeltaStepping - Class in org.neo4j.gds.paths.delta
 
DeltaSteppingFactory<T extends AllShortestPathsDeltaBaseConfig> - Class in org.neo4j.gds.paths.delta
 
DeltaSteppingFactory() - Constructor for class org.neo4j.gds.paths.delta.DeltaSteppingFactory
 
deltaThreshold() - Method in interface org.neo4j.gds.similarity.knn.KnnBaseConfig
 
dendrograms() - Method in class org.neo4j.gds.louvain.Louvain
 
DESCENDING - Static variable in class org.neo4j.gds.similarity.SimilarityResult
 
DESCRIPTION - Static variable in class org.neo4j.gds.paths.delta.DeltaStepping
 
DESCRIPTION_SOURCE_TARGET - Static variable in class org.neo4j.gds.paths.dijkstra.Dijkstra
 
DFS - Class in org.neo4j.gds.paths.traverse
 
DFS(Graph, long, ExitPredicate, Aggregator, ProgressTracker) - Constructor for class org.neo4j.gds.paths.traverse.DFS
 
DfsAlgorithmFactory<CONFIG extends DfsBaseConfig> - Class in org.neo4j.gds.paths.traverse
 
DfsAlgorithmFactory() - Constructor for class org.neo4j.gds.paths.traverse.DfsAlgorithmFactory
 
DfsBaseConfig - Interface in org.neo4j.gds.paths.traverse
 
DfsMutateConfig - Interface in org.neo4j.gds.paths.traverse
 
DfsStreamConfig - Interface in org.neo4j.gds.paths.traverse
 
didConverge() - Method in class org.neo4j.gds.beta.k1coloring.K1Coloring
 
didConverge() - Method in class org.neo4j.gds.beta.modularity.ModularityOptimization
 
didConverge() - Method in interface org.neo4j.gds.embeddings.graphsage.GraphSageModelTrainer.GraphSageTrainMetrics
 
didConverge() - Method in class org.neo4j.gds.labelpropagation.LabelPropagation
 
didConverge() - Method in interface org.neo4j.gds.pagerank.PageRankResult
 
didConverge() - Method in class org.neo4j.gds.similarity.knn.Knn.Result
 
Dijkstra - Class in org.neo4j.gds.paths.dijkstra
 
Dijkstra.HeuristicFunction - Interface in org.neo4j.gds.paths.dijkstra
 
Dijkstra.RelationshipFilter - Interface in org.neo4j.gds.paths.dijkstra
 
Dijkstra.TraversalPredicate - Interface in org.neo4j.gds.paths.dijkstra
 
DijkstraFactory<T extends org.neo4j.gds.config.AlgoBaseConfig & org.neo4j.gds.config.RelationshipWeightConfig> - Class in org.neo4j.gds.paths.dijkstra
 
DijkstraFactory() - Constructor for class org.neo4j.gds.paths.dijkstra.DijkstraFactory
 
DijkstraFactory.AllShortestPathsDijkstraFactory<T extends AllShortestPathsBaseConfig> - Class in org.neo4j.gds.paths.dijkstra
 
DijkstraFactory.SourceTargetDijkstraFactory<T extends ShortestPathBaseConfig> - Class in org.neo4j.gds.paths.dijkstra
 
dijkstraProgressTask(String, Graph) - Static method in class org.neo4j.gds.paths.dijkstra.DijkstraFactory
 
dijkstraProgressTask(Graph) - Static method in class org.neo4j.gds.paths.dijkstra.DijkstraFactory
 
DijkstraResult - Class in org.neo4j.gds.paths.dijkstra
 
DijkstraResult(Stream<PathResult>) - Constructor for class org.neo4j.gds.paths.dijkstra.DijkstraResult
 
DijkstraResult(Stream<PathResult>, Runnable) - Constructor for class org.neo4j.gds.paths.dijkstra.DijkstraResult
 
DIST_INF - Static variable in interface org.neo4j.gds.paths.delta.TentativeDistances
 
distance(double, double, double, double) - Static method in class org.neo4j.gds.paths.astar.AStar.HaversineHeuristic
 
distance(long) - Method in interface org.neo4j.gds.paths.delta.TentativeDistances
Returns the distance for the given node or Double.MAX_VALUE if not set.
distance(long) - Method in class org.neo4j.gds.paths.delta.TentativeDistances.DistanceAndPredecessor
 
distance(long) - Method in class org.neo4j.gds.paths.delta.TentativeDistances.DistanceOnly
 
DistanceAndPredecessor(HugeAtomicLongArray, HugeAtomicDoubleArray) - Constructor for class org.neo4j.gds.paths.delta.TentativeDistances.DistanceAndPredecessor
 
distanceAndPredecessors(long, int) - Static method in interface org.neo4j.gds.paths.delta.TentativeDistances
 
distanceOnly(long, int) - Static method in interface org.neo4j.gds.paths.delta.TentativeDistances
 
DistanceOnly(HugeAtomicDoubleArray) - Constructor for class org.neo4j.gds.paths.delta.TentativeDistances.DistanceOnly
 
distances() - Method in class org.neo4j.gds.paths.delta.TentativeDistances.DistanceAndPredecessor
 
distances() - Method in class org.neo4j.gds.paths.delta.TentativeDistances.DistanceOnly
 
distances() - Method in interface org.neo4j.gds.paths.delta.TentativeDistances
 
DOUBLE_PROPERTY_METRIC - org.neo4j.gds.similarity.knn.metrics.SimilarityMetric
 
doubleArrayValue(long) - Method in class org.neo4j.gds.similarity.knn.metrics.NullCheckingNodeProperties
 
doubleMetric(double[], double[]) - Static method in class org.neo4j.gds.similarity.knn.metrics.Cosine
 
doubleMetric(double[], double[]) - Static method in class org.neo4j.gds.similarity.knn.metrics.Euclidean
 
doubleMetric(double[], double[]) - Static method in class org.neo4j.gds.similarity.knn.metrics.Pearson
 

E

EIGENVECTOR - org.neo4j.gds.pagerank.PageRankAlgorithmFactory.Mode
 
EigenvectorComputation - Class in org.neo4j.gds.pagerank
 
embeddingDimension() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
embeddingDimension() - Method in interface org.neo4j.gds.embeddings.node2vec.Node2VecBaseConfig
 
embeddings() - Method in class org.neo4j.gds.embeddings.fastrp.FastRP.FastRPResult
 
embeddings() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSage.GraphSageResult
 
embeddingsComputationGraph(List<SubGraph>, Layer[], Variable<Matrix>) - Static method in class org.neo4j.gds.embeddings.graphsage.GraphSageHelper
 
embeddingsComputationGraph(Graph, boolean, long[], HugeObjectArray<double[]>, Layer[], FeatureFunction) - Static method in class org.neo4j.gds.embeddings.graphsage.GraphSageHelper
 
embeddingsEstimation(GraphSageTrainConfig, long, long, int, boolean) - Static method in class org.neo4j.gds.embeddings.graphsage.GraphSageHelper
 
empty() - Static method in interface org.neo4j.gds.embeddings.graphsage.GraphSageModelTrainer.GraphSageTrainMetrics
 
empty() - Static method in interface org.neo4j.gds.similarity.knn.KnnContext
 
EMPTY - Static variable in interface org.neo4j.gds.paths.PathResult
 
epochLosses() - Method in interface org.neo4j.gds.embeddings.graphsage.GraphSageModelTrainer.GraphSageTrainMetrics
 
epochs() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
equals(Object) - Method in class org.neo4j.gds.similarity.SimilarityResult
 
estimationFeatureDimension() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
Euclidean - Class in org.neo4j.gds.similarity.knn.metrics
Here we calculate Euclidean similarity metrics using Euclidean dictance as described in e.g.
EUCLIDEAN - org.neo4j.gds.similarity.knn.metrics.SimilarityMetric
 
euclideanDistance(List<Number>, List<Number>) - Method in class org.neo4j.gds.similarity.SimilaritiesFunc
 
euclideanSimilarity(List<Number>, List<Number>) - Method in class org.neo4j.gds.similarity.SimilaritiesFunc
 
excludeNodePair(long, long) - Method in class org.neo4j.gds.similarity.knn.KnnNeighborFilter
 
excludeNodePair(long, long) - Method in interface org.neo4j.gds.similarity.knn.NeighborFilter
 
executor() - Method in interface org.neo4j.gds.similarity.knn.KnnContext
 
ExitPredicate - Interface in org.neo4j.gds.paths.traverse
 
ExitPredicate.Result - Enum in org.neo4j.gds.paths.traverse
 
extractorsPerLabel() - Method in class org.neo4j.gds.embeddings.graphsage.algo.MultiLabelFeatureExtractors
 

F

FastRP - Class in org.neo4j.gds.embeddings.fastrp
 
FastRP(Graph, FastRPBaseConfig, List<FeatureExtractor>, ProgressTracker) - Constructor for class org.neo4j.gds.embeddings.fastrp.FastRP
 
FastRP(Graph, FastRPBaseConfig, List<FeatureExtractor>, ProgressTracker, Optional<Long>) - Constructor for class org.neo4j.gds.embeddings.fastrp.FastRP
 
FastRP.FastRPResult - Class in org.neo4j.gds.embeddings.fastrp
 
FastRPBaseConfig - Interface in org.neo4j.gds.embeddings.fastrp
 
FastRPFactory<CONFIG extends FastRPBaseConfig> - Class in org.neo4j.gds.embeddings.fastrp
 
FastRPFactory() - Constructor for class org.neo4j.gds.embeddings.fastrp.FastRPFactory
 
FastRPMutateConfig - Interface in org.neo4j.gds.embeddings.fastrp
 
FastRPResult(HugeObjectArray<float[]>) - Constructor for class org.neo4j.gds.embeddings.fastrp.FastRP.FastRPResult
 
FastRPStatsConfig - Interface in org.neo4j.gds.embeddings.fastrp
 
FastRPStreamConfig - Interface in org.neo4j.gds.embeddings.fastrp
 
FastRPWriteConfig - Interface in org.neo4j.gds.embeddings.fastrp
 
featureCountPerLabel() - Method in class org.neo4j.gds.embeddings.graphsage.algo.MultiLabelFeatureExtractors
 
featureExtractors(Graph, GraphSageTrainConfig) - Static method in class org.neo4j.gds.embeddings.graphsage.GraphSageHelper
 
featureFunction() - Method in interface org.neo4j.gds.embeddings.graphsage.ModelData
 
FeatureFunction - Interface in org.neo4j.gds.embeddings.graphsage
 
fetch() - Method in class org.neo4j.gds.embeddings.node2vec.CompressedRandomWalks.CompressedWalkIterator
Returns the next random walk in the specified range.
finalDendrogram() - Method in class org.neo4j.gds.louvain.Louvain
 
findFirst() - Method in class org.neo4j.gds.paths.dijkstra.DijkstraResult
 
floatArrayValue(long) - Method in class org.neo4j.gds.similarity.knn.metrics.NullCheckingNodeProperties
 
floatMetric(float[], float[]) - Static method in class org.neo4j.gds.similarity.knn.metrics.Cosine
 
floatMetric(float[], float[]) - Static method in class org.neo4j.gds.similarity.knn.metrics.Euclidean
 
floatMetric(float[], float[]) - Static method in class org.neo4j.gds.similarity.knn.metrics.Pearson
 
FOLLOW - org.neo4j.gds.paths.traverse.ExitPredicate.Result
add current node to the result set and visit all neighbors
FOLLOW - Static variable in interface org.neo4j.gds.paths.traverse.ExitPredicate
 
forEach(BoundedLongLongPriorityQueue.Consumer) - Method in class org.neo4j.gds.similarity.nodesim.TopKMap
 
forEachPath(Consumer<PathResult>) - Method in class org.neo4j.gds.paths.dijkstra.DijkstraResult
 
forEachRelationship(long, double, RelationshipWithPropertyConsumer) - Method in class org.neo4j.gds.similarity.nodesim.TopKGraph
 
forEachRelationship(long, RelationshipConsumer) - Method in class org.neo4j.gds.similarity.nodesim.TopKGraph
 

G

generateWeights(int, int, double, long) - Static method in class org.neo4j.gds.embeddings.graphsage.LayerFactory
 
get(long) - Method in interface org.neo4j.gds.degree.DegreeCentrality.DegreeFunction
 
get(long) - Method in class org.neo4j.gds.similarity.nodesim.TopKMap
 
getCommunities(long) - Method in class org.neo4j.gds.louvain.Louvain
 
getCommunity(long) - Method in class org.neo4j.gds.louvain.Louvain
 
getCommunityId(long) - Method in class org.neo4j.gds.beta.modularity.ModularityOptimization
 
getEmbeddings() - Method in class org.neo4j.gds.embeddings.node2vec.Node2VecModel
 
getIterations() - Method in class org.neo4j.gds.beta.modularity.ModularityOptimization
 
getModularity() - Method in class org.neo4j.gds.beta.modularity.ModularityOptimization
 
getObject(long) - Method in class org.neo4j.gds.similarity.knn.metrics.NullCheckingNodeProperties
 
globalTriangles() - Method in interface org.neo4j.gds.triangle.IntersectingTriangleCount.TriangleCountResult
 
gradientForParent(ComputationContext) - Method in class org.neo4j.gds.embeddings.graphsage.GraphSageLoss
 
GraphIntersect<CURSOR extends org.neo4j.gds.api.AdjacencyCursor> - Class in org.neo4j.gds.triangle.intersect
An instance of this is not thread-safe; Iteration/Intersection on multiple threads will throw misleading NullPointerExceptions.
GraphIntersect(long) - Constructor for class org.neo4j.gds.triangle.intersect.GraphIntersect
 
graphResult() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityResult
 
GraphSage - Class in org.neo4j.gds.embeddings.graphsage.algo
 
GraphSage(Graph, Model<ModelData, GraphSageTrainConfig, GraphSageModelTrainer.GraphSageTrainMetrics>, GraphSageBaseConfig, ExecutorService, ProgressTracker) - Constructor for class org.neo4j.gds.embeddings.graphsage.algo.GraphSage
 
GraphSage.GraphSageResult - Interface in org.neo4j.gds.embeddings.graphsage.algo
 
GraphSageAlgorithmFactory<CONFIG extends GraphSageBaseConfig> - Class in org.neo4j.gds.embeddings.graphsage.algo
 
GraphSageAlgorithmFactory(ModelCatalog) - Constructor for class org.neo4j.gds.embeddings.graphsage.algo.GraphSageAlgorithmFactory
 
GraphSageBaseConfig - Interface in org.neo4j.gds.embeddings.graphsage.algo
 
GraphSageEmbeddingsGenerator - Class in org.neo4j.gds.embeddings.graphsage
 
GraphSageEmbeddingsGenerator(Layer[], int, int, boolean, FeatureFunction, ExecutorService, ProgressTracker) - Constructor for class org.neo4j.gds.embeddings.graphsage.GraphSageEmbeddingsGenerator
 
GraphSageHelper - Class in org.neo4j.gds.embeddings.graphsage
 
GraphSageLoss - Class in org.neo4j.gds.embeddings.graphsage
 
GraphSageModel - Interface in org.neo4j.gds.embeddings.graphsage.algo
 
GraphSageModelResolver - Class in org.neo4j.gds.embeddings.graphsage.algo
 
GraphSageModelTrainer - Class in org.neo4j.gds.embeddings.graphsage
 
GraphSageModelTrainer(GraphSageTrainConfig, ExecutorService, ProgressTracker) - Constructor for class org.neo4j.gds.embeddings.graphsage.GraphSageModelTrainer
 
GraphSageModelTrainer(GraphSageTrainConfig, ExecutorService, ProgressTracker, FeatureFunction, Collection<Weights<Matrix>>) - Constructor for class org.neo4j.gds.embeddings.graphsage.GraphSageModelTrainer
 
GraphSageModelTrainer.GraphSageTrainMetrics - Interface in org.neo4j.gds.embeddings.graphsage
 
GraphSageModelTrainer.ModelTrainResult - Interface in org.neo4j.gds.embeddings.graphsage
 
GraphSageMutateConfig - Interface in org.neo4j.gds.embeddings.graphsage.algo
 
GraphSageStreamConfig - Interface in org.neo4j.gds.embeddings.graphsage.algo
 
GraphSageTrain - Class in org.neo4j.gds.embeddings.graphsage.algo
 
GraphSageTrain(ProgressTracker) - Constructor for class org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrain
 
GraphSageTrainAlgorithmFactory - Class in org.neo4j.gds.embeddings.graphsage.algo
 
GraphSageTrainAlgorithmFactory() - Constructor for class org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainAlgorithmFactory
 
GraphSageTrainConfig - Interface in org.neo4j.gds.embeddings.graphsage.algo
 
GraphSageWriteConfig - Interface in org.neo4j.gds.embeddings.graphsage.algo
 

H

hashCode() - Method in class org.neo4j.gds.similarity.SimilarityResult
 
hasMaxDepth() - Method in interface org.neo4j.gds.paths.traverse.BfsBaseConfig
 
hasMaxDepth() - Method in interface org.neo4j.gds.paths.traverse.DfsBaseConfig
 
hasThreshold() - Method in interface org.neo4j.gds.wcc.WccBaseConfig
 
hasTopK() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
hasTopN() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
heapPercentageMax - Variable in class org.neo4j.gds.results.MemoryEstimateResult
 
heapPercentageMin - Variable in class org.neo4j.gds.results.MemoryEstimateResult
 
HugeGraphIntersect - Class in org.neo4j.gds.triangle.intersect
 
HugeGraphIntersect.HugeGraphIntersectFactory - Class in org.neo4j.gds.triangle.intersect
 
HugeGraphIntersectFactory() - Constructor for class org.neo4j.gds.triangle.intersect.HugeGraphIntersect.HugeGraphIntersectFactory
 

I

includeIntermediateCommunities() - Method in interface org.neo4j.gds.louvain.LouvainBaseConfig
 
index() - Method in interface org.neo4j.gds.paths.PathResult
 
init(Graph, ExecutorService, int) - Method in interface org.neo4j.gds.betweenness.SelectionStrategy
 
init(Graph, ExecutorService, int) - Method in class org.neo4j.gds.betweenness.SelectionStrategy.RandomDegree
 
init(InitContext<PageRankConfig>) - Method in class org.neo4j.gds.pagerank.ArticleRankComputation
 
init(InitContext<PageRankConfig>) - Method in class org.neo4j.gds.pagerank.EigenvectorComputation
 
init(InitContext<PageRankConfig>) - Method in class org.neo4j.gds.pagerank.PageRankComputation
 
initDegreePartition() - Method in class org.neo4j.gds.embeddings.fastrp.FastRP
 
INITIAL_FORBIDDEN_COLORS - Static variable in class org.neo4j.gds.beta.k1coloring.ColoringStep
 
initializeMultiLabelFeatures(Graph, MultiLabelFeatureExtractors) - Static method in class org.neo4j.gds.embeddings.graphsage.GraphSageHelper
 
initializeSingleLabelFeatures(Graph, GraphSageTrainConfig) - Static method in class org.neo4j.gds.embeddings.graphsage.GraphSageHelper
 
initialLearningRate() - Method in interface org.neo4j.gds.embeddings.node2vec.Node2VecBaseConfig
 
initialSampler() - Method in interface org.neo4j.gds.similarity.knn.KnnBaseConfig
 
inOutFactor() - Method in interface org.neo4j.gds.traversal.RandomWalkBaseConfig
 
intersectAll(long, IntersectionConsumer) - Method in class org.neo4j.gds.triangle.intersect.GraphIntersect
 
intersectAll(long, IntersectionConsumer) - Method in class org.neo4j.gds.triangle.intersect.NodeFilteredGraphIntersect
 
IntersectingTriangleCount - Class in org.neo4j.gds.triangle
TriangleCount counts the number of triangles in the Graph as well as the number of triangles that passes through a node.
IntersectingTriangleCount.TriangleCountResult - Interface in org.neo4j.gds.triangle
 
IntersectingTriangleCountFactory<CONFIG extends TriangleCountBaseConfig> - Class in org.neo4j.gds.triangle
 
IntersectingTriangleCountFactory() - Constructor for class org.neo4j.gds.triangle.IntersectingTriangleCountFactory
 
isAsynchronous() - Method in interface org.neo4j.gds.pagerank.PageRankConfig
 
isMultiLabel() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
isParallel() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
isTopKGraph() - Method in class org.neo4j.gds.similarity.SimilarityGraphResult
 
isWeighted() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
iterations() - Method in interface org.neo4j.gds.embeddings.fastrp.FastRPBaseConfig
 
iterations() - Method in interface org.neo4j.gds.embeddings.node2vec.Node2VecBaseConfig
 
iterations() - Method in interface org.neo4j.gds.pagerank.PageRankResult
 
iterationWeights() - Method in interface org.neo4j.gds.embeddings.fastrp.FastRPBaseConfig
 
iterator(long, long) - Method in class org.neo4j.gds.embeddings.node2vec.CompressedRandomWalks
 

J

Jaccard - Class in org.neo4j.gds.similarity.knn.metrics
 
JACCARD - org.neo4j.gds.similarity.knn.metrics.SimilarityMetric
 
JACCARD - org.neo4j.gds.similarity.nodesim.NodeSimilarityMetric
 
jaccardSimilarity(List<Number>, List<Number>) - Method in class org.neo4j.gds.similarity.SimilaritiesFunc
 
JaccardSimilarityComputer - Class in org.neo4j.gds.similarity.nodesim
 
JaccardSimilarityComputer(double) - Constructor for class org.neo4j.gds.similarity.nodesim.JaccardSimilarityComputer
 

K

k() - Method in interface org.neo4j.gds.paths.yens.config.ShortestPathYensBaseConfig
 
K1Coloring - Class in org.neo4j.gds.beta.k1coloring
This is a parallel implementation of the K1-Coloring algorithm.
K1Coloring(Graph, long, int, int, ExecutorService, ProgressTracker) - Constructor for class org.neo4j.gds.beta.k1coloring.K1Coloring
 
K1COLORING_MAX_ITERATIONS - Static variable in class org.neo4j.gds.beta.modularity.ModularityOptimization
 
K1ColoringConfig - Interface in org.neo4j.gds.beta.k1coloring
 
K1ColoringFactory<T extends K1ColoringConfig> - Class in org.neo4j.gds.beta.k1coloring
 
K1ColoringFactory() - Constructor for class org.neo4j.gds.beta.k1coloring.K1ColoringFactory
 
K1ColoringMutateConfig - Interface in org.neo4j.gds.beta.k1coloring
 
k1ColoringProgressTask(Graph, T) - Static method in class org.neo4j.gds.beta.k1coloring.K1ColoringFactory
 
K1ColoringStatsConfig - Interface in org.neo4j.gds.beta.k1coloring
 
K1ColoringStreamConfig - Interface in org.neo4j.gds.beta.k1coloring
 
K1ColoringWriteConfig - Interface in org.neo4j.gds.beta.k1coloring
 
Knn - Class in org.neo4j.gds.similarity.knn
 
Knn.Result - Class in org.neo4j.gds.similarity.knn
 
KnnBaseConfig - Interface in org.neo4j.gds.similarity.knn
 
KnnContext - Interface in org.neo4j.gds.similarity.knn
 
KnnFactory<CONFIG extends KnnBaseConfig> - Class in org.neo4j.gds.similarity.knn
 
KnnFactory() - Constructor for class org.neo4j.gds.similarity.knn.KnnFactory
 
KnnMutateConfig - Interface in org.neo4j.gds.similarity.knn
 
KnnNeighborFilter - Class in org.neo4j.gds.similarity.knn
 
KnnNeighborFilter(long) - Constructor for class org.neo4j.gds.similarity.knn.KnnNeighborFilter
 
KnnNeighborFilterFactory - Class in org.neo4j.gds.similarity.knn
 
KnnNeighborFilterFactory(long) - Constructor for class org.neo4j.gds.similarity.knn.KnnNeighborFilterFactory
 
KnnNodePropertySpec - Class in org.neo4j.gds.similarity.knn
 
KnnNodePropertySpec(String) - Constructor for class org.neo4j.gds.similarity.knn.KnnNodePropertySpec
 
KnnNodePropertySpecParser - Class in org.neo4j.gds.similarity.knn
 
KnnSampler - Interface in org.neo4j.gds.similarity.knn
 
KnnSampler.SamplerType - Enum in org.neo4j.gds.similarity.knn
 
KnnStatsConfig - Interface in org.neo4j.gds.similarity.knn
 
KnnStreamConfig - Interface in org.neo4j.gds.similarity.knn
 
knnTaskTree(Graph, KnnBaseConfig) - Static method in class org.neo4j.gds.similarity.knn.KnnFactory
 
KnnWriteConfig - Interface in org.neo4j.gds.similarity.knn
 

L

LabelPropagation - Class in org.neo4j.gds.labelpropagation
 
LabelPropagation(Graph, LabelPropagationBaseConfig, ExecutorService, ProgressTracker) - Constructor for class org.neo4j.gds.labelpropagation.LabelPropagation
 
LabelPropagationBaseConfig - Interface in org.neo4j.gds.labelpropagation
 
LabelPropagationFactory<CONFIG extends LabelPropagationBaseConfig> - Class in org.neo4j.gds.labelpropagation
 
LabelPropagationFactory() - Constructor for class org.neo4j.gds.labelpropagation.LabelPropagationFactory
 
LabelPropagationMutateConfig - Interface in org.neo4j.gds.labelpropagation
 
LabelPropagationStatsConfig - Interface in org.neo4j.gds.labelpropagation
 
LabelPropagationStreamConfig - Interface in org.neo4j.gds.labelpropagation
 
LabelPropagationWriteConfig - Interface in org.neo4j.gds.labelpropagation
 
labels() - Method in class org.neo4j.gds.labelpropagation.LabelPropagation
 
LATITUDE_PROPERTY_KEY - Static variable in interface org.neo4j.gds.paths.astar.config.ShortestPathAStarBaseConfig
 
latitudeProperty() - Method in interface org.neo4j.gds.paths.astar.config.ShortestPathAStarBaseConfig
 
Layer - Interface in org.neo4j.gds.embeddings.graphsage
 
LayerConfig - Interface in org.neo4j.gds.embeddings.graphsage
 
layerConfigs(int) - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
LayerFactory - Class in org.neo4j.gds.embeddings.graphsage
 
layers() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageModel
 
layers() - Method in interface org.neo4j.gds.embeddings.graphsage.GraphSageModelTrainer.ModelTrainResult
 
layers() - Method in interface org.neo4j.gds.embeddings.graphsage.ModelData
 
learningRate() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
levels() - Method in class org.neo4j.gds.louvain.Louvain
 
load(Graph, RelationshipIntersectConfig) - Method in class org.neo4j.gds.triangle.intersect.HugeGraphIntersect.HugeGraphIntersectFactory
 
load(Graph, RelationshipIntersectConfig) - Method in class org.neo4j.gds.triangle.intersect.NodeFilteredGraphIntersect.NodeFilteredGraphIntersectFactory
 
load(Graph, RelationshipIntersectConfig) - Method in interface org.neo4j.gds.triangle.intersect.RelationshipIntersectFactory
 
load(Graph, RelationshipIntersectConfig) - Method in class org.neo4j.gds.triangle.intersect.UnionGraphIntersect.NodeFilteredUnionGraphIntersectFactory
 
load(Graph, RelationshipIntersectConfig) - Method in class org.neo4j.gds.triangle.intersect.UnionGraphIntersect.UnionGraphIntersectFactory
 
LocalClusteringCoefficient - Class in org.neo4j.gds.triangle
 
LocalClusteringCoefficientBaseConfig - Interface in org.neo4j.gds.triangle
 
LocalClusteringCoefficientFactory<CONFIG extends LocalClusteringCoefficientBaseConfig> - Class in org.neo4j.gds.triangle
 
LocalClusteringCoefficientFactory() - Constructor for class org.neo4j.gds.triangle.LocalClusteringCoefficientFactory
 
LocalClusteringCoefficientMutateConfig - Interface in org.neo4j.gds.triangle
 
LocalClusteringCoefficientStatsConfig - Interface in org.neo4j.gds.triangle
 
LocalClusteringCoefficientStreamConfig - Interface in org.neo4j.gds.triangle
 
LocalClusteringCoefficientWriteConfig - Interface in org.neo4j.gds.triangle
 
localTriangles() - Method in interface org.neo4j.gds.triangle.IntersectingTriangleCount.TriangleCountResult
 
LONG_PROPERTY_METRIC - org.neo4j.gds.similarity.knn.metrics.SimilarityMetric
 
longArrayValue(long) - Method in class org.neo4j.gds.similarity.knn.metrics.NullCheckingNodeProperties
 
LONGITUDE_PROPERTY_KEY - Static variable in interface org.neo4j.gds.paths.astar.config.ShortestPathAStarBaseConfig
 
longitudeProperty() - Method in interface org.neo4j.gds.paths.astar.config.ShortestPathAStarBaseConfig
 
lookup(Graph) - Static method in class org.neo4j.gds.triangle.intersect.RelationshipIntersectFactoryLocator
 
Louvain - Class in org.neo4j.gds.louvain
 
Louvain(Graph, LouvainBaseConfig, ExecutorService, ProgressTracker) - Constructor for class org.neo4j.gds.louvain.Louvain
 
LouvainBaseConfig - Interface in org.neo4j.gds.louvain
 
LouvainFactory<CONFIG extends LouvainBaseConfig> - Class in org.neo4j.gds.louvain
 
LouvainFactory() - Constructor for class org.neo4j.gds.louvain.LouvainFactory
 
LouvainMutateConfig - Interface in org.neo4j.gds.louvain
 
LouvainStatsConfig - Interface in org.neo4j.gds.louvain
 
LouvainStreamConfig - Interface in org.neo4j.gds.louvain
 
LouvainWriteConfig - Interface in org.neo4j.gds.louvain
 
lowerBoundOfPotentialNeighbours(long) - Method in class org.neo4j.gds.similarity.knn.KnnNeighborFilter
 
lowerBoundOfPotentialNeighbours(long) - Method in interface org.neo4j.gds.similarity.knn.NeighborFilter
 

M

makeEmbeddings(Graph, HugeObjectArray<double[]>) - Method in class org.neo4j.gds.embeddings.graphsage.GraphSageEmbeddingsGenerator
 
mapPaths(Function<PathResult, T>) - Method in class org.neo4j.gds.paths.dijkstra.DijkstraResult
 
mapView - Variable in class org.neo4j.gds.results.MemoryEstimateResult
 
masterCompute(MasterComputeContext<PageRankConfig>) - Method in class org.neo4j.gds.pagerank.EigenvectorComputation
 
maxDegree() - Method in interface org.neo4j.gds.triangle.intersect.RelationshipIntersectConfig
 
maxDegree() - Method in interface org.neo4j.gds.triangle.TriangleCountBaseConfig
 
maxDepth() - Method in interface org.neo4j.gds.paths.traverse.BfsBaseConfig
 
maxDepth() - Method in interface org.neo4j.gds.paths.traverse.DfsBaseConfig
 
MaxDepthExitPredicate - Class in org.neo4j.gds.paths.traverse
 
MaxDepthExitPredicate(long) - Constructor for class org.neo4j.gds.paths.traverse.MaxDepthExitPredicate
 
maxIterations() - Method in interface org.neo4j.gds.beta.k1coloring.K1ColoringConfig
 
maxIterations() - Method in interface org.neo4j.gds.beta.modularity.ModularityOptimizationConfig
 
maxIterations() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
maxIterations() - Method in interface org.neo4j.gds.labelpropagation.LabelPropagationBaseConfig
 
maxIterations() - Method in interface org.neo4j.gds.louvain.LouvainBaseConfig
 
maxIterations() - Method in interface org.neo4j.gds.pagerank.PageRankConfig
 
maxIterations() - Method in interface org.neo4j.gds.similarity.knn.KnnBaseConfig
 
maxLevels() - Method in interface org.neo4j.gds.louvain.LouvainBaseConfig
 
MaxPoolAggregatingLayer - Class in org.neo4j.gds.embeddings.graphsage
 
MaxPoolAggregatingLayer(int, Weights<Matrix>, Weights<Matrix>, Weights<Matrix>, Weights<Vector>, ActivationFunction, long) - Constructor for class org.neo4j.gds.embeddings.graphsage.MaxPoolAggregatingLayer
 
MaxPoolingAggregator - Class in org.neo4j.gds.embeddings.graphsage
 
MaxPoolingAggregator(Weights<Matrix>, Weights<Matrix>, Weights<Matrix>, Weights<Vector>, ActivationFunction) - Constructor for class org.neo4j.gds.embeddings.graphsage.MaxPoolingAggregator
 
maybeGraphResult() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityResult
 
maybeStreamResult() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityResult
 
MEAN - org.neo4j.gds.embeddings.graphsage.Aggregator.AggregatorType
 
MeanAggregatingLayer - Class in org.neo4j.gds.embeddings.graphsage
 
MeanAggregatingLayer(Weights<Matrix>, int, ActivationFunction, long) - Constructor for class org.neo4j.gds.embeddings.graphsage.MeanAggregatingLayer
 
MeanAggregator - Class in org.neo4j.gds.embeddings.graphsage
 
MeanAggregator(Weights<Matrix>, ActivationFunction) - Constructor for class org.neo4j.gds.embeddings.graphsage.MeanAggregator
 
MEMORY_ESTIMATION - Static variable in class org.neo4j.gds.beta.modularity.ModularityOptimizationFactory
 
MemoryEstimateResult - Class in org.neo4j.gds.results
 
MemoryEstimateResult(MemoryTreeWithDimensions) - Constructor for class org.neo4j.gds.results.MemoryEstimateResult
 
memoryEstimation() - Static method in class org.neo4j.gds.paths.astar.AStar
 
memoryEstimation() - Static method in class org.neo4j.gds.paths.yens.Yens
 
memoryEstimation(boolean) - Static method in class org.neo4j.gds.paths.delta.DeltaStepping
 
memoryEstimation(boolean) - Static method in class org.neo4j.gds.paths.dijkstra.Dijkstra
 
memoryEstimation(boolean) - Static method in class org.neo4j.gds.wcc.Wcc
 
memoryEstimation(int, int) - Static method in class org.neo4j.gds.similarity.SimilarityGraphBuilder
 
memoryEstimation(long, long, long, long, int, int) - Method in enum org.neo4j.gds.embeddings.graphsage.Aggregator.AggregatorType
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.betweenness.BetweennessCentralityFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.degree.DegreeCentralityFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.embeddings.fastrp.FastRPFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.embeddings.graphsage.algo.GraphSageAlgorithmFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.embeddings.node2vec.Node2VecAlgorithmFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.labelpropagation.LabelPropagationFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.louvain.LouvainFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.paths.astar.AStarFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.paths.traverse.BfsAlgorithmFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.paths.traverse.DfsAlgorithmFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.similarity.knn.KnnFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.similarity.nodesim.NodeSimilarityFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.traversal.RandomWalkAlgorithmFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.triangle.IntersectingTriangleCountFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.triangle.LocalClusteringCoefficientFactory
 
memoryEstimation(CONFIG) - Method in class org.neo4j.gds.wcc.WccAlgorithmFactory
 
memoryEstimation(FastRPBaseConfig) - Static method in class org.neo4j.gds.embeddings.fastrp.FastRP
 
memoryEstimation(GraphSageTrainConfig) - Method in class org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainAlgorithmFactory
 
memoryEstimation(Node2VecBaseConfig) - Static method in class org.neo4j.gds.embeddings.node2vec.Node2Vec
 
memoryEstimation(Node2VecBaseConfig) - Static method in class org.neo4j.gds.embeddings.node2vec.Node2VecModel
 
memoryEstimation(PageRankConfig) - Method in class org.neo4j.gds.pagerank.PageRankAlgorithmFactory
 
memoryEstimation(ShortestPathYensBaseConfig) - Method in class org.neo4j.gds.paths.yens.YensFactory
 
memoryEstimation(T) - Method in class org.neo4j.gds.beta.k1coloring.K1ColoringFactory
 
memoryEstimation(T) - Method in class org.neo4j.gds.beta.modularity.ModularityOptimizationFactory
 
memoryEstimation(T) - Method in class org.neo4j.gds.paths.delta.DeltaSteppingFactory
 
memoryEstimation(T) - Method in class org.neo4j.gds.paths.dijkstra.DijkstraFactory
 
metric() - Method in class org.neo4j.gds.similarity.knn.KnnNodePropertySpec
 
metric(long[], long[]) - Static method in class org.neo4j.gds.similarity.knn.metrics.Jaccard
 
metric(long[], long[]) - Static method in class org.neo4j.gds.similarity.knn.metrics.Overlap
 
metrics() - Method in interface org.neo4j.gds.embeddings.graphsage.GraphSageModelTrainer.ModelTrainResult
 
MetricSimilarityComputer - Interface in org.neo4j.gds.similarity.nodesim
 
minBatchSize() - Method in interface org.neo4j.gds.similarity.knn.KnnBaseConfig
 
minLearningRate() - Method in interface org.neo4j.gds.embeddings.node2vec.Node2VecBaseConfig
 
MODEL_TYPE - Static variable in class org.neo4j.gds.embeddings.graphsage.algo.GraphSage
 
ModelData - Interface in org.neo4j.gds.embeddings.graphsage
 
modularities() - Method in class org.neo4j.gds.louvain.Louvain
 
ModularityOptimization - Class in org.neo4j.gds.beta.modularity
Implementation of parallel modularity optimization based on: Lu, Hao, Mahantesh Halappanavar, and Ananth Kalyanaraman.
ModularityOptimization(Graph, int, double, NodeProperties, int, int, ExecutorService, ProgressTracker) - Constructor for class org.neo4j.gds.beta.modularity.ModularityOptimization
 
ModularityOptimizationConfig - Interface in org.neo4j.gds.beta.modularity
 
ModularityOptimizationFactory<T extends ModularityOptimizationConfig> - Class in org.neo4j.gds.beta.modularity
 
ModularityOptimizationFactory() - Constructor for class org.neo4j.gds.beta.modularity.ModularityOptimizationFactory
 
ModularityOptimizationMutateConfig - Interface in org.neo4j.gds.beta.modularity
 
modularityOptimizationProgressTask(Graph, T) - Static method in class org.neo4j.gds.beta.modularity.ModularityOptimizationFactory
 
ModularityOptimizationStreamConfig - Interface in org.neo4j.gds.beta.modularity
 
ModularityOptimizationWriteConfig - Interface in org.neo4j.gds.beta.modularity
 
multiLabelFeatureExtractors(Graph, GraphSageTrainConfig) - Static method in class org.neo4j.gds.embeddings.graphsage.GraphSageHelper
 
MultiLabelFeatureExtractors - Class in org.neo4j.gds.embeddings.graphsage.algo
 
MultiLabelFeatureExtractors(Map<NodeLabel, Integer>, Map<NodeLabel, List<FeatureExtractor>>) - Constructor for class org.neo4j.gds.embeddings.graphsage.algo.MultiLabelFeatureExtractors
 
MultiLabelFeatureFunction - Class in org.neo4j.gds.embeddings.graphsage
 
MultiLabelFeatureFunction(Map<NodeLabel, Weights<Matrix>>, int) - Constructor for class org.neo4j.gds.embeddings.graphsage.MultiLabelFeatureFunction
 
MultiLabelGraphSageTrain - Class in org.neo4j.gds.embeddings.graphsage.algo
 
MultiLabelGraphSageTrain(Graph, GraphSageTrainConfig, ExecutorService, ProgressTracker) - Constructor for class org.neo4j.gds.embeddings.graphsage.algo.MultiLabelGraphSageTrain
 
MultiSourceBFS - Class in org.neo4j.gds.msbfs
Multi Source Breadth First Search implemented as described in [1].
MultiSourceBFS(long, RelationshipIterator, MultiSourceBFS.ExecutionStrategy, boolean, boolean, long...) - Constructor for class org.neo4j.gds.msbfs.MultiSourceBFS
 

N

name() - Method in class org.neo4j.gds.similarity.knn.KnnNodePropertySpec
 
NegativeSampleProducer - Class in org.neo4j.gds.embeddings.node2vec
 
NegativeSampleProducer(HugeLongArray) - Constructor for class org.neo4j.gds.embeddings.node2vec.NegativeSampleProducer
 
negativeSampleWeight() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
negativeSamplingExponent() - Method in interface org.neo4j.gds.embeddings.node2vec.Node2VecBaseConfig
 
negativeSamplingRate() - Method in interface org.neo4j.gds.embeddings.node2vec.Node2VecBaseConfig
 
NeighborFilter - Interface in org.neo4j.gds.similarity.knn
 
NeighborFilterFactory - Interface in org.neo4j.gds.similarity.knn
 
neighborhoodFunction(Graph, long) - Method in interface org.neo4j.gds.embeddings.graphsage.Layer
 
neighborsOf(long) - Method in class org.neo4j.gds.similarity.knn.Knn.Result
 
neighborsWeights() - Method in class org.neo4j.gds.embeddings.graphsage.MaxPoolingAggregator
 
next() - Method in class org.neo4j.gds.embeddings.node2vec.NegativeSampleProducer
 
next(long[]) - Method in class org.neo4j.gds.embeddings.node2vec.PositiveSampleProducer
 
NO_AGGREGATION - Static variable in interface org.neo4j.gds.paths.traverse.Aggregator
 
NO_MAX_DEPTH - Static variable in interface org.neo4j.gds.paths.traverse.BfsBaseConfig
 
NO_MAX_DEPTH - Static variable in interface org.neo4j.gds.paths.traverse.DfsBaseConfig
 
NO_PREDECESSOR - Static variable in interface org.neo4j.gds.paths.delta.TentativeDistances
 
NODE_IDS_KEY - Static variable in interface org.neo4j.gds.paths.dijkstra.config.ShortestPathDijkstraWriteConfig
 
node1 - Variable in class org.neo4j.gds.similarity.SimilarityResult
 
node2 - Variable in class org.neo4j.gds.similarity.SimilarityResult
 
Node2Vec - Class in org.neo4j.gds.embeddings.node2vec
 
Node2Vec(Graph, Node2VecBaseConfig, ProgressTracker) - Constructor for class org.neo4j.gds.embeddings.node2vec.Node2Vec
 
Node2VecAlgorithmFactory<CONFIG extends Node2VecBaseConfig> - Class in org.neo4j.gds.embeddings.node2vec
 
Node2VecAlgorithmFactory() - Constructor for class org.neo4j.gds.embeddings.node2vec.Node2VecAlgorithmFactory
 
Node2VecBaseConfig - Interface in org.neo4j.gds.embeddings.node2vec
 
Node2VecModel - Class in org.neo4j.gds.embeddings.node2vec
 
Node2VecMutateConfig - Interface in org.neo4j.gds.embeddings.node2vec
 
Node2VecStreamConfig - Interface in org.neo4j.gds.embeddings.node2vec
 
Node2VecWriteConfig - Interface in org.neo4j.gds.embeddings.node2vec
 
nodeCount - Variable in class org.neo4j.gds.results.MemoryEstimateResult
 
nodeCount() - Method in class org.neo4j.gds.similarity.knn.Knn
 
NodeFilteredGraphIntersect - Class in org.neo4j.gds.triangle.intersect
An instance of this is not thread-safe; Iteration/Intersection on multiple threads will throw misleading NullPointerExceptions.
NodeFilteredGraphIntersect.NodeFilteredGraphIntersectFactory - Class in org.neo4j.gds.triangle.intersect
 
NodeFilteredGraphIntersectFactory() - Constructor for class org.neo4j.gds.triangle.intersect.NodeFilteredGraphIntersect.NodeFilteredGraphIntersectFactory
 
NodeFilteredUnionGraphIntersectFactory() - Constructor for class org.neo4j.gds.triangle.intersect.UnionGraphIntersect.NodeFilteredUnionGraphIntersectFactory
 
nodeIds() - Method in interface org.neo4j.gds.paths.PathResult
 
nodePairsConsidered() - Method in class org.neo4j.gds.similarity.knn.Knn.Result
 
nodeProperties() - Method in interface org.neo4j.gds.similarity.knn.KnnBaseConfig
 
nodeSelfInfluence() - Method in interface org.neo4j.gds.embeddings.fastrp.FastRPBaseConfig
 
NodeSimilarity - Class in org.neo4j.gds.similarity.nodesim
 
NodeSimilarity(Graph, NodeSimilarityBaseConfig, ExecutorService, ProgressTracker) - Constructor for class org.neo4j.gds.similarity.nodesim.NodeSimilarity
 
NodeSimilarityBaseConfig - Interface in org.neo4j.gds.similarity.nodesim
 
NodeSimilarityFactory<CONFIG extends NodeSimilarityBaseConfig> - Class in org.neo4j.gds.similarity.nodesim
 
NodeSimilarityFactory() - Constructor for class org.neo4j.gds.similarity.nodesim.NodeSimilarityFactory
 
NodeSimilarityMetric - Enum in org.neo4j.gds.similarity.nodesim
 
NodeSimilarityMutateConfig - Interface in org.neo4j.gds.similarity.nodesim
 
NodeSimilarityResult - Interface in org.neo4j.gds.similarity.nodesim
 
NodeSimilarityStatsConfig - Interface in org.neo4j.gds.similarity.nodesim
 
NodeSimilarityStreamConfig - Interface in org.neo4j.gds.similarity.nodesim
 
NodeSimilarityWriteConfig - Interface in org.neo4j.gds.similarity.nodesim
 
normalizationStrength() - Method in interface org.neo4j.gds.embeddings.fastrp.FastRPBaseConfig
 
normalizedK() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
normalizedN() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
NullCheckingNodeProperties - Class in org.neo4j.gds.similarity.knn.metrics
 

O

of(String) - Static method in enum org.neo4j.gds.embeddings.graphsage.ActivationFunction
 
of(String) - Static method in enum org.neo4j.gds.embeddings.graphsage.Aggregator.AggregatorType
 
of(String, CypherMapWrapper) - Static method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageMutateConfig
 
of(String, CypherMapWrapper) - Static method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageStreamConfig
 
of(String, CypherMapWrapper) - Static method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
of(String, CypherMapWrapper) - Static method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageWriteConfig
 
of(List<Double>, boolean, Layer[]) - Static method in interface org.neo4j.gds.embeddings.graphsage.GraphSageModelTrainer.ModelTrainResult
 
of(Graph, ClosenessCentralityConfig, ExecutorService, ProgressTracker) - Static method in class org.neo4j.gds.beta.closeness.ClosenessCentrality
 
of(Graph, AllShortestPathsDeltaBaseConfig, ExecutorService, ProgressTracker) - Static method in class org.neo4j.gds.paths.delta.DeltaStepping
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.beta.closeness.ClosenessCentralityConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.beta.closeness.ClosenessCentralityMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.beta.closeness.ClosenessCentralityStatsConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.beta.closeness.ClosenessCentralityStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.beta.closeness.ClosenessCentralityWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.beta.k1coloring.K1ColoringMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.beta.k1coloring.K1ColoringStatsConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.beta.k1coloring.K1ColoringStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.beta.k1coloring.K1ColoringWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.beta.modularity.ModularityOptimizationMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.beta.modularity.ModularityOptimizationStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.beta.modularity.ModularityOptimizationWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.betweenness.BetweennessCentralityMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.betweenness.BetweennessCentralityStatsConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.betweenness.BetweennessCentralityStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.betweenness.BetweennessCentralityWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.degree.DegreeCentralityMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.degree.DegreeCentralityStatsConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.degree.DegreeCentralityStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.degree.DegreeCentralityWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.embeddings.fastrp.FastRPMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.embeddings.fastrp.FastRPStatsConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.embeddings.fastrp.FastRPStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.embeddings.fastrp.FastRPWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.embeddings.node2vec.Node2VecMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.embeddings.node2vec.Node2VecStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.embeddings.node2vec.Node2VecWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.labelpropagation.LabelPropagationMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.labelpropagation.LabelPropagationStatsConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.labelpropagation.LabelPropagationStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.labelpropagation.LabelPropagationWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.louvain.LouvainMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.louvain.LouvainStatsConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.louvain.LouvainStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.louvain.LouvainWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.pagerank.PageRankMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.pagerank.PageRankStatsConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.pagerank.PageRankStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.pagerank.PageRankWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.astar.config.ShortestPathAStarMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.astar.config.ShortestPathAStarStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.astar.config.ShortestPathAStarWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.delta.config.AllShortestPathsDeltaWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.dijkstra.config.AllShortestPathsDijkstraMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.dijkstra.config.AllShortestPathsDijkstraStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.dijkstra.config.AllShortestPathsDijkstraWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.dijkstra.config.ShortestPathDijkstraMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.dijkstra.config.ShortestPathDijkstraStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.dijkstra.config.ShortestPathDijkstraWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.traverse.BfsMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.traverse.BfsStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.traverse.DfsMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.traverse.DfsStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.yens.config.ShortestPathYensMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.yens.config.ShortestPathYensStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.paths.yens.config.ShortestPathYensWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.similarity.knn.KnnMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.similarity.knn.KnnStatsConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.similarity.knn.KnnStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.similarity.knn.KnnWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityStatsConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.traversal.RandomWalkStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.triangle.LocalClusteringCoefficientMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.triangle.LocalClusteringCoefficientStatsConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.triangle.LocalClusteringCoefficientStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.triangle.LocalClusteringCoefficientWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.triangle.TriangleCountBaseConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.triangle.TriangleCountMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.triangle.TriangleCountStatsConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.triangle.TriangleCountStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.triangle.TriangleCountWriteConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.wcc.WccMutateConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.wcc.WccStatsConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.wcc.WccStreamConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.wcc.WccWriteConfig
 
of(HugeAtomicLongArray, long) - Static method in interface org.neo4j.gds.triangle.IntersectingTriangleCount.TriangleCountResult
 
of(HugeObjectArray<double[]>) - Static method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSage.GraphSageResult
 
of(Layer[], FeatureFunction) - Static method in interface org.neo4j.gds.embeddings.graphsage.ModelData
 
ofDoubleArrayProperty(String, NodeProperties, SimilarityMetric) - Static method in interface org.neo4j.gds.similarity.knn.metrics.SimilarityComputer
 
ofDoubleProperty(NodeProperties) - Static method in interface org.neo4j.gds.similarity.knn.metrics.SimilarityComputer
 
ofFloatArrayProperty(String, NodeProperties, SimilarityMetric) - Static method in interface org.neo4j.gds.similarity.knn.metrics.SimilarityComputer
 
ofLongArrayProperty(String, NodeProperties, SimilarityMetric) - Static method in interface org.neo4j.gds.similarity.knn.metrics.SimilarityComputer
 
ofLongProperty(NodeProperties) - Static method in interface org.neo4j.gds.similarity.knn.metrics.SimilarityComputer
 
ofProperties(Graph, List<KnnNodePropertySpec>) - Static method in interface org.neo4j.gds.similarity.knn.metrics.SimilarityComputer
 
ofProperty(Graph, KnnNodePropertySpec) - Static method in interface org.neo4j.gds.similarity.knn.metrics.SimilarityComputer
 
ofProperty(IdMap, String, NodeProperties) - Static method in interface org.neo4j.gds.similarity.knn.metrics.SimilarityComputer
 
ofProperty(IdMap, String, NodeProperties, SimilarityMetric) - Static method in interface org.neo4j.gds.similarity.knn.metrics.SimilarityComputer
 
OMEGA - Static variable in class org.neo4j.gds.msbfs.MultiSourceBFS
 
OneHopAggregator - Class in org.neo4j.gds.paths.traverse
 
OneHopAggregator() - Constructor for class org.neo4j.gds.paths.traverse.OneHopAggregator
 
org.neo4j.gds.beta.closeness - package org.neo4j.gds.beta.closeness
 
org.neo4j.gds.beta.k1coloring - package org.neo4j.gds.beta.k1coloring
 
org.neo4j.gds.beta.modularity - package org.neo4j.gds.beta.modularity
 
org.neo4j.gds.betweenness - package org.neo4j.gds.betweenness
 
org.neo4j.gds.degree - package org.neo4j.gds.degree
 
org.neo4j.gds.embeddings.fastrp - package org.neo4j.gds.embeddings.fastrp
 
org.neo4j.gds.embeddings.graphsage - package org.neo4j.gds.embeddings.graphsage
 
org.neo4j.gds.embeddings.graphsage.algo - package org.neo4j.gds.embeddings.graphsage.algo
 
org.neo4j.gds.embeddings.node2vec - package org.neo4j.gds.embeddings.node2vec
 
org.neo4j.gds.labelpropagation - package org.neo4j.gds.labelpropagation
 
org.neo4j.gds.louvain - package org.neo4j.gds.louvain
 
org.neo4j.gds.msbfs - package org.neo4j.gds.msbfs
 
org.neo4j.gds.pagerank - package org.neo4j.gds.pagerank
 
org.neo4j.gds.paths - package org.neo4j.gds.paths
 
org.neo4j.gds.paths.astar - package org.neo4j.gds.paths.astar
 
org.neo4j.gds.paths.astar.config - package org.neo4j.gds.paths.astar.config
 
org.neo4j.gds.paths.delta - package org.neo4j.gds.paths.delta
 
org.neo4j.gds.paths.delta.config - package org.neo4j.gds.paths.delta.config
 
org.neo4j.gds.paths.dijkstra - package org.neo4j.gds.paths.dijkstra
 
org.neo4j.gds.paths.dijkstra.config - package org.neo4j.gds.paths.dijkstra.config
 
org.neo4j.gds.paths.traverse - package org.neo4j.gds.paths.traverse
 
org.neo4j.gds.paths.yens - package org.neo4j.gds.paths.yens
 
org.neo4j.gds.paths.yens.config - package org.neo4j.gds.paths.yens.config
 
org.neo4j.gds.results - package org.neo4j.gds.results
 
org.neo4j.gds.similarity - package org.neo4j.gds.similarity
 
org.neo4j.gds.similarity.knn - package org.neo4j.gds.similarity.knn
 
org.neo4j.gds.similarity.knn.metrics - package org.neo4j.gds.similarity.knn.metrics
 
org.neo4j.gds.similarity.nodesim - package org.neo4j.gds.similarity.nodesim
 
org.neo4j.gds.traversal - package org.neo4j.gds.traversal
 
org.neo4j.gds.triangle - package org.neo4j.gds.triangle
 
org.neo4j.gds.triangle.intersect - package org.neo4j.gds.triangle.intersect
 
org.neo4j.gds.wcc - package org.neo4j.gds.wcc
 
orientation() - Method in interface org.neo4j.gds.degree.DegreeCentralityConfig
 
Overlap - Class in org.neo4j.gds.similarity.knn.metrics
 
Overlap() - Constructor for class org.neo4j.gds.similarity.knn.metrics.Overlap
 
OVERLAP - org.neo4j.gds.similarity.knn.metrics.SimilarityMetric
 
OVERLAP - org.neo4j.gds.similarity.nodesim.NodeSimilarityMetric
 
overlapSimilarity(List<Number>, List<Number>) - Method in class org.neo4j.gds.similarity.SimilaritiesFunc
 

P

PAGE_RANK - org.neo4j.gds.pagerank.PageRankAlgorithmFactory.Mode
 
PageRankAlgorithm - Class in org.neo4j.gds.pagerank
 
PageRankAlgorithmFactory<CONFIG extends PageRankConfig> - Class in org.neo4j.gds.pagerank
 
PageRankAlgorithmFactory() - Constructor for class org.neo4j.gds.pagerank.PageRankAlgorithmFactory
 
PageRankAlgorithmFactory(PageRankAlgorithmFactory.Mode) - Constructor for class org.neo4j.gds.pagerank.PageRankAlgorithmFactory
 
PageRankAlgorithmFactory.Mode - Enum in org.neo4j.gds.pagerank
 
PageRankComputation - Class in org.neo4j.gds.pagerank
 
PageRankConfig - Interface in org.neo4j.gds.pagerank
 
PageRankMutateConfig - Interface in org.neo4j.gds.pagerank
 
PageRankResult - Interface in org.neo4j.gds.pagerank
 
PageRankStatsConfig - Interface in org.neo4j.gds.pagerank
 
PageRankStreamConfig - Interface in org.neo4j.gds.pagerank
 
PageRankWriteConfig - Interface in org.neo4j.gds.pagerank
 
parse(Object) - Static method in class org.neo4j.gds.similarity.knn.KnnNodePropertySpecParser
User input is one of * java.lang.String * java.util.List<java.lang.String> * java.util.Map<java.lang.String, java.lang.String> The single string is parsed as a property name.
parse(Object) - Static method in enum org.neo4j.gds.embeddings.graphsage.ActivationFunction
 
parse(Object) - Static method in enum org.neo4j.gds.embeddings.graphsage.Aggregator.AggregatorType
 
parse(Object) - Static method in enum org.neo4j.gds.similarity.knn.KnnSampler.SamplerType
 
parse(String) - Static method in enum org.neo4j.gds.similarity.knn.metrics.SimilarityMetric
 
partitioning() - Method in interface org.neo4j.gds.pagerank.PageRankConfig
 
PathFactory - Class in org.neo4j.gds.paths
 
PathFactory.RelationshipIds - Class in org.neo4j.gds.paths
 
PathResult - Interface in org.neo4j.gds.paths
 
pathSet() - Method in class org.neo4j.gds.paths.dijkstra.DijkstraResult
 
Pearson - Class in org.neo4j.gds.similarity.knn.metrics
Here we compute Pearson correlation coefficient and turn that into a metric.
PEARSON - org.neo4j.gds.similarity.knn.metrics.SimilarityMetric
 
pearsonSimilarity(List<Number>, List<Number>) - Method in class org.neo4j.gds.similarity.SimilaritiesFunc
 
perturbationRate() - Method in interface org.neo4j.gds.similarity.knn.KnnBaseConfig
 
POOL - org.neo4j.gds.embeddings.graphsage.Aggregator.AggregatorType
 
poolWeights() - Method in class org.neo4j.gds.embeddings.graphsage.MaxPoolingAggregator
 
PositiveSampleProducer - Class in org.neo4j.gds.embeddings.node2vec
 
positiveSamplingFactor() - Method in interface org.neo4j.gds.embeddings.node2vec.Node2VecBaseConfig
 
predecessor(long) - Method in class org.neo4j.gds.paths.delta.TentativeDistances.DistanceAndPredecessor
 
predecessor(long) - Method in class org.neo4j.gds.paths.delta.TentativeDistances.DistanceOnly
 
predecessor(long) - Method in interface org.neo4j.gds.paths.delta.TentativeDistances
Returns the predecessor for the given node or Long.MAX_VALUE if not set.
predecessorProcessing(Graph, BfsConsumer, BfsWithPredecessorConsumer, long...) - Static method in class org.neo4j.gds.msbfs.MultiSourceBFS
 
predecessors() - Method in class org.neo4j.gds.paths.delta.TentativeDistances.DistanceAndPredecessor
 
predecessors() - Method in class org.neo4j.gds.paths.delta.TentativeDistances.DistanceOnly
 
predecessors() - Method in interface org.neo4j.gds.paths.delta.TentativeDistances
 
PredecessorStrategy - Class in org.neo4j.gds.msbfs
Non-optimized execution MSBFS strategy as described in The More the Merrier: Efficient Multi-Source Graph Traversal http://www.vldb.org/pvldb/vol8/p449-then.pdf
prepareNextVisit(RelationshipIterator, long, long, HugeLongArray, int) - Method in class org.neo4j.gds.msbfs.ANPStrategy
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.beta.closeness.ClosenessCentralityFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.betweenness.BetweennessCentralityFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.degree.DegreeCentralityFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.embeddings.fastrp.FastRPFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.embeddings.graphsage.algo.GraphSageAlgorithmFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.embeddings.node2vec.Node2VecAlgorithmFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.labelpropagation.LabelPropagationFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.louvain.LouvainFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.pagerank.PageRankAlgorithmFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.paths.astar.AStarFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.paths.yens.YensFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.similarity.knn.KnnFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.similarity.nodesim.NodeSimilarityFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.traversal.RandomWalkAlgorithmFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.triangle.IntersectingTriangleCountFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.triangle.LocalClusteringCoefficientFactory
 
progressTask(Graph, CONFIG) - Method in class org.neo4j.gds.wcc.WccAlgorithmFactory
 
progressTask(Graph, GraphSageTrainConfig) - Method in class org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainAlgorithmFactory
 
progressTask(Graph, AllShortestPathsDeltaBaseConfig) - Method in class org.neo4j.gds.paths.delta.DeltaSteppingFactory
 
progressTask(Graph, T) - Method in class org.neo4j.gds.beta.k1coloring.K1ColoringFactory
 
progressTask(Graph, T) - Method in class org.neo4j.gds.beta.modularity.ModularityOptimizationFactory
 
progressTask(Graph, T) - Method in class org.neo4j.gds.paths.dijkstra.DijkstraFactory
 
progressTracker() - Method in interface org.neo4j.gds.similarity.knn.KnnContext
 
projectedFeatureDimension() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
projectedFeatureDimension() - Method in class org.neo4j.gds.embeddings.graphsage.MultiLabelFeatureFunction
 
propertiesMustExistForEachNodeLabel() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
property() - Method in class org.neo4j.gds.similarity.SimilarityResult
 
propertyDimension() - Method in interface org.neo4j.gds.embeddings.fastrp.FastRPBaseConfig
 
propertyKeysPerNodeLabel(GraphSchema) - Static method in class org.neo4j.gds.embeddings.graphsage.GraphSageHelper
 
propertyNameOverride() - Method in interface org.neo4j.gds.triangle.LocalClusteringCoefficientBaseConfig
 
propertyRatio() - Method in interface org.neo4j.gds.embeddings.fastrp.FastRPBaseConfig
 
put(long, long, double) - Method in class org.neo4j.gds.similarity.nodesim.TopKMap
 

R

RandomDegree(long) - Constructor for class org.neo4j.gds.betweenness.SelectionStrategy.RandomDegree
 
RandomDegree(long, Optional<Long>) - Constructor for class org.neo4j.gds.betweenness.SelectionStrategy.RandomDegree
 
randomJoins() - Method in interface org.neo4j.gds.similarity.knn.KnnBaseConfig
 
randomSeed() - Method in interface org.neo4j.gds.embeddings.graphsage.LayerConfig
 
randomState() - Method in interface org.neo4j.gds.embeddings.graphsage.Layer
 
RandomWalk - Class in org.neo4j.gds.traversal
 
RANDOMWALK - org.neo4j.gds.similarity.knn.KnnSampler.SamplerType
 
RandomWalkAlgorithmFactory<CONFIG extends RandomWalkBaseConfig> - Class in org.neo4j.gds.traversal
 
RandomWalkAlgorithmFactory() - Constructor for class org.neo4j.gds.traversal.RandomWalkAlgorithmFactory
 
RandomWalkBaseConfig - Interface in org.neo4j.gds.traversal
 
RandomWalkStreamConfig - Interface in org.neo4j.gds.traversal
 
ranEpochs() - Method in interface org.neo4j.gds.embeddings.graphsage.GraphSageModelTrainer.GraphSageTrainMetrics
 
ranIterations() - Method in class org.neo4j.gds.beta.k1coloring.K1Coloring
 
ranIterations() - Method in class org.neo4j.gds.labelpropagation.LabelPropagation
 
ranIterations() - Method in class org.neo4j.gds.similarity.knn.Knn.Result
 
reducer() - Method in class org.neo4j.gds.pagerank.ArticleRankComputation
 
reducer() - Method in class org.neo4j.gds.pagerank.EigenvectorComputation
 
reducer() - Method in class org.neo4j.gds.pagerank.PageRankComputation
 
relationshipCount - Variable in class org.neo4j.gds.results.MemoryEstimateResult
 
relationshipCount() - Method in class org.neo4j.gds.similarity.nodesim.TopKGraph
 
relationshipIds() - Method in interface org.neo4j.gds.paths.PathResult
 
RelationshipIntersectConfig - Interface in org.neo4j.gds.triangle.intersect
 
RelationshipIntersectFactory - Interface in org.neo4j.gds.triangle.intersect
 
RelationshipIntersectFactoryLocator - Class in org.neo4j.gds.triangle.intersect
 
release() - Method in class org.neo4j.gds.beta.closeness.ClosenessCentrality
 
release() - Method in class org.neo4j.gds.beta.k1coloring.K1Coloring
 
release() - Method in class org.neo4j.gds.beta.modularity.ModularityOptimization
 
release() - Method in class org.neo4j.gds.betweenness.BetweennessCentrality
 
release() - Method in class org.neo4j.gds.degree.DegreeCentrality
 
release() - Method in class org.neo4j.gds.embeddings.fastrp.FastRP
 
release() - Method in class org.neo4j.gds.embeddings.graphsage.algo.GraphSage
 
release() - Method in class org.neo4j.gds.embeddings.graphsage.algo.MultiLabelGraphSageTrain
 
release() - Method in class org.neo4j.gds.embeddings.graphsage.algo.SingleLabelGraphSageTrain
 
release() - Method in class org.neo4j.gds.embeddings.node2vec.Node2Vec
 
release() - Method in class org.neo4j.gds.labelpropagation.LabelPropagation
 
release() - Method in class org.neo4j.gds.louvain.Louvain
 
release() - Method in class org.neo4j.gds.pagerank.PageRankAlgorithm
 
release() - Method in class org.neo4j.gds.paths.astar.AStar
 
release() - Method in class org.neo4j.gds.paths.delta.DeltaStepping
 
release() - Method in class org.neo4j.gds.paths.dijkstra.Dijkstra
 
release() - Method in class org.neo4j.gds.paths.traverse.BFS
 
release() - Method in class org.neo4j.gds.paths.traverse.DFS
 
release() - Method in class org.neo4j.gds.paths.yens.Yens
 
release() - Method in class org.neo4j.gds.similarity.knn.Knn
 
release() - Method in class org.neo4j.gds.similarity.nodesim.NodeSimilarity
 
release() - Method in class org.neo4j.gds.traversal.RandomWalk
 
release() - Method in class org.neo4j.gds.triangle.IntersectingTriangleCount
 
release() - Method in class org.neo4j.gds.triangle.LocalClusteringCoefficient
 
release() - Method in class org.neo4j.gds.wcc.Wcc
 
RELU - org.neo4j.gds.embeddings.graphsage.ActivationFunction
 
render(List<KnnNodePropertySpec>) - Static method in class org.neo4j.gds.similarity.knn.KnnNodePropertySpecParser
 
requiredMemory - Variable in class org.neo4j.gds.results.MemoryEstimateResult
 
resetTraversalState() - Method in class org.neo4j.gds.paths.dijkstra.Dijkstra
 
resolveModel(ModelCatalog, String, String) - Static method in class org.neo4j.gds.embeddings.graphsage.algo.GraphSageModelResolver
 
Result() - Constructor for class org.neo4j.gds.similarity.knn.Knn.Result
 
returnFactor() - Method in interface org.neo4j.gds.traversal.RandomWalkBaseConfig
 
reverse() - Method in class org.neo4j.gds.similarity.SimilarityResult
 
rows() - Method in interface org.neo4j.gds.embeddings.graphsage.LayerConfig
 
run() - Method in class org.neo4j.gds.beta.k1coloring.ColoringStep
 
run() - Method in class org.neo4j.gds.msbfs.MultiSourceBFS
Runs MS-BFS, always single-threaded.
run(int, ExecutorService) - Method in class org.neo4j.gds.msbfs.MultiSourceBFS
Runs MS-BFS, possibly in parallel.
run(RelationshipIterator, long, MultiSourceBFS.SourceNodes, HugeLongArray, HugeLongArray, HugeLongArray, HugeLongArray) - Method in class org.neo4j.gds.msbfs.ANPStrategy
 
run(RelationshipIterator, long, MultiSourceBFS.SourceNodes, HugeLongArray, HugeLongArray, HugeLongArray, HugeLongArray) - Method in class org.neo4j.gds.msbfs.PredecessorStrategy
 

S

safeSimilarity(long, long) - Method in interface org.neo4j.gds.similarity.knn.metrics.SimilarityComputer
 
sample(long, long, int, LongPredicate) - Method in interface org.neo4j.gds.similarity.knn.KnnSampler
 
sampledK(long) - Method in interface org.neo4j.gds.similarity.knn.KnnBaseConfig
 
sampler() - Method in interface org.neo4j.gds.embeddings.graphsage.Layer
 
sampler() - Method in class org.neo4j.gds.embeddings.graphsage.MaxPoolAggregatingLayer
 
sampler() - Method in class org.neo4j.gds.embeddings.graphsage.MeanAggregatingLayer
 
sampleRate() - Method in interface org.neo4j.gds.similarity.knn.KnnBaseConfig
 
sampleSize() - Method in interface org.neo4j.gds.embeddings.graphsage.Layer
 
sampleSize() - Method in interface org.neo4j.gds.embeddings.graphsage.LayerConfig
 
sampleSize() - Method in class org.neo4j.gds.embeddings.graphsage.MaxPoolAggregatingLayer
 
sampleSize() - Method in class org.neo4j.gds.embeddings.graphsage.MeanAggregatingLayer
 
sampleSizes() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
samplingSeed() - Method in interface org.neo4j.gds.betweenness.BetweennessCentralityBaseConfig
 
samplingSize() - Method in interface org.neo4j.gds.betweenness.BetweennessCentralityBaseConfig
 
scaler() - Method in interface org.neo4j.gds.pagerank.PageRankConfig
 
schema(PageRankConfig) - Method in class org.neo4j.gds.pagerank.ArticleRankComputation
 
schema(PageRankConfig) - Method in class org.neo4j.gds.pagerank.EigenvectorComputation
 
schema(PageRankConfig) - Method in class org.neo4j.gds.pagerank.PageRankComputation
 
scores() - Method in interface org.neo4j.gds.pagerank.PageRankResult
 
searchDepth() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
seedProperty() - Method in interface org.neo4j.gds.triangle.LocalClusteringCoefficientBaseConfig
 
select(long) - Method in class org.neo4j.gds.betweenness.SelectionStrategy.RandomDegree
 
select(long) - Method in interface org.neo4j.gds.betweenness.SelectionStrategy
 
SelectionStrategy - Interface in org.neo4j.gds.betweenness
 
SelectionStrategy.RandomDegree - Class in org.neo4j.gds.betweenness
 
selfWeights() - Method in class org.neo4j.gds.embeddings.graphsage.MaxPoolingAggregator
 
serialVersionUID - Static variable in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageBaseConfig
 
serialVersionUID - Static variable in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageMutateConfig
 
serialVersionUID - Static variable in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageStreamConfig
 
serialVersionUID - Static variable in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
serialVersionUID - Static variable in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageWriteConfig
 
set(long) - Static method in class org.neo4j.gds.paths.PathFactory.RelationshipIds
 
set(long, long, double) - Method in class org.neo4j.gds.paths.delta.TentativeDistances.DistanceAndPredecessor
 
set(long, long, double) - Method in class org.neo4j.gds.paths.delta.TentativeDistances.DistanceOnly
 
set(long, long, double) - Method in interface org.neo4j.gds.paths.delta.TentativeDistances
Sets the distance and the predecessor for the given node.
setMetric(SimilarityMetric) - Method in class org.neo4j.gds.similarity.knn.KnnNodePropertySpec
 
ShortestPathAStarBaseConfig - Interface in org.neo4j.gds.paths.astar.config
 
ShortestPathAStarMutateConfig - Interface in org.neo4j.gds.paths.astar.config
 
ShortestPathAStarStreamConfig - Interface in org.neo4j.gds.paths.astar.config
 
ShortestPathAStarWriteConfig - Interface in org.neo4j.gds.paths.astar.config
 
ShortestPathBaseConfig - Interface in org.neo4j.gds.paths
 
ShortestPathDijkstraMutateConfig - Interface in org.neo4j.gds.paths.dijkstra.config
 
ShortestPathDijkstraStreamConfig - Interface in org.neo4j.gds.paths.dijkstra.config
 
ShortestPathDijkstraWriteConfig - Interface in org.neo4j.gds.paths.dijkstra.config
 
ShortestPathYensBaseConfig - Interface in org.neo4j.gds.paths.yens.config
 
ShortestPathYensMutateConfig - Interface in org.neo4j.gds.paths.yens.config
 
ShortestPathYensStreamConfig - Interface in org.neo4j.gds.paths.yens.config
 
ShortestPathYensWriteConfig - Interface in org.neo4j.gds.paths.yens.config
 
SIGMOID - org.neo4j.gds.embeddings.graphsage.ActivationFunction
 
SimilaritiesFunc - Class in org.neo4j.gds.similarity
 
SimilaritiesFunc() - Constructor for class org.neo4j.gds.similarity.SimilaritiesFunc
 
similarity - Variable in class org.neo4j.gds.similarity.SimilarityResult
 
similarity(long, long) - Method in interface org.neo4j.gds.similarity.knn.metrics.SimilarityComputer
 
SimilarityComputer - Interface in org.neo4j.gds.similarity.knn.metrics
 
similarityCutoff() - Method in interface org.neo4j.gds.similarity.knn.KnnBaseConfig
 
similarityCutoff() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
similarityGraph() - Method in class org.neo4j.gds.similarity.SimilarityGraphResult
 
SimilarityGraphBuilder - Class in org.neo4j.gds.similarity
 
SimilarityGraphBuilder(IdMap, int, ExecutorService) - Constructor for class org.neo4j.gds.similarity.SimilarityGraphBuilder
 
SimilarityGraphResult - Class in org.neo4j.gds.similarity
 
SimilarityGraphResult(Graph, long, boolean) - Constructor for class org.neo4j.gds.similarity.SimilarityGraphResult
 
similarityMetric() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
SimilarityMetric - Enum in org.neo4j.gds.similarity.knn.metrics
 
SimilarityResult - Class in org.neo4j.gds.similarity
 
SimilarityResult(long, long, double) - Constructor for class org.neo4j.gds.similarity.SimilarityResult
 
SingleLabelFeatureFunction - Class in org.neo4j.gds.embeddings.graphsage
 
SingleLabelFeatureFunction() - Constructor for class org.neo4j.gds.embeddings.graphsage.SingleLabelFeatureFunction
 
SingleLabelGraphSageTrain - Class in org.neo4j.gds.embeddings.graphsage.algo
 
SingleLabelGraphSageTrain(Graph, GraphSageTrainConfig, ExecutorService, ProgressTracker) - Constructor for class org.neo4j.gds.embeddings.graphsage.algo.SingleLabelGraphSageTrain
 
singleSource(Graph, AllShortestPathsBaseConfig, Optional<Dijkstra.HeuristicFunction>, ProgressTracker) - Static method in class org.neo4j.gds.paths.dijkstra.Dijkstra
Configure Dijkstra to compute all single-source shortest path.
size() - Method in class org.neo4j.gds.embeddings.node2vec.CompressedRandomWalks
 
size() - Method in interface org.neo4j.gds.msbfs.BfsSources
 
size() - Method in class org.neo4j.gds.similarity.knn.Knn.Result
 
size() - Method in class org.neo4j.gds.similarity.knn.metrics.NullCheckingNodeProperties
 
sourceNode() - Method in interface org.neo4j.gds.paths.PathResult
 
sourceNodeId() - Method in class org.neo4j.gds.similarity.SimilarityResult
 
sourceNodes() - Method in interface org.neo4j.gds.embeddings.node2vec.Node2VecBaseConfig
 
sourceTarget(Graph, ShortestPathAStarBaseConfig, ProgressTracker) - Static method in class org.neo4j.gds.paths.astar.AStar
 
sourceTarget(Graph, ShortestPathBaseConfig, Optional<Dijkstra.HeuristicFunction>, ProgressTracker) - Static method in class org.neo4j.gds.paths.dijkstra.Dijkstra
Configure Dijkstra to compute at most one source-target shortest path.
sourceTarget(Graph, ShortestPathYensBaseConfig, ProgressTracker) - Static method in class org.neo4j.gds.paths.yens.Yens
Configure Yens to compute at most one source-target shortest path.
SourceTargetDijkstraFactory() - Constructor for class org.neo4j.gds.paths.dijkstra.DijkstraFactory.SourceTargetDijkstraFactory
 
stopTraversal(boolean, int) - Method in class org.neo4j.gds.msbfs.ANPStrategy
 
stream() - Method in class org.neo4j.gds.similarity.nodesim.TopKMap
 
stream() - Method in class org.neo4j.gds.similarity.nodesim.TopNList
 
streamResult() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityResult
 
streamSimilarityResult() - Method in class org.neo4j.gds.similarity.knn.Knn.Result
 
subGraphsPerLayer(Graph, boolean, long[], Layer[]) - Static method in class org.neo4j.gds.embeddings.graphsage.GraphSageHelper
 

T

TargetExitPredicate - Class in org.neo4j.gds.paths.traverse
 
TargetExitPredicate(List<Long>) - Constructor for class org.neo4j.gds.paths.traverse.TargetExitPredicate
 
targetNode() - Method in interface org.neo4j.gds.paths.PathResult
 
targetNodeId() - Method in class org.neo4j.gds.similarity.SimilarityResult
 
taskName() - Method in class org.neo4j.gds.beta.closeness.ClosenessCentralityFactory
 
taskName() - Method in class org.neo4j.gds.beta.k1coloring.K1ColoringFactory
 
taskName() - Method in class org.neo4j.gds.beta.modularity.ModularityOptimizationFactory
 
taskName() - Method in class org.neo4j.gds.betweenness.BetweennessCentralityFactory
 
taskName() - Method in class org.neo4j.gds.degree.DegreeCentralityFactory
 
taskName() - Method in class org.neo4j.gds.embeddings.fastrp.FastRPFactory
 
taskName() - Method in class org.neo4j.gds.embeddings.graphsage.algo.GraphSageAlgorithmFactory
 
taskName() - Method in class org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainAlgorithmFactory
 
taskName() - Method in class org.neo4j.gds.embeddings.node2vec.Node2VecAlgorithmFactory
 
taskName() - Method in class org.neo4j.gds.labelpropagation.LabelPropagationFactory
 
taskName() - Method in class org.neo4j.gds.louvain.LouvainFactory
 
taskName() - Method in class org.neo4j.gds.pagerank.PageRankAlgorithmFactory
 
taskName() - Method in class org.neo4j.gds.paths.astar.AStarFactory
 
taskName() - Method in class org.neo4j.gds.paths.delta.DeltaSteppingFactory
 
taskName() - Method in class org.neo4j.gds.paths.dijkstra.DijkstraFactory
 
taskName() - Method in class org.neo4j.gds.paths.traverse.BfsAlgorithmFactory
 
taskName() - Method in class org.neo4j.gds.paths.traverse.DfsAlgorithmFactory
 
taskName() - Method in class org.neo4j.gds.paths.yens.YensFactory
 
taskName() - Method in class org.neo4j.gds.similarity.knn.KnnFactory
 
taskName() - Method in class org.neo4j.gds.similarity.nodesim.NodeSimilarityFactory
 
taskName() - Method in class org.neo4j.gds.traversal.RandomWalkAlgorithmFactory
 
taskName() - Method in class org.neo4j.gds.triangle.IntersectingTriangleCountFactory
 
taskName() - Method in class org.neo4j.gds.triangle.LocalClusteringCoefficientFactory
 
taskName() - Method in class org.neo4j.gds.wcc.WccAlgorithmFactory
 
TentativeDistances - Interface in org.neo4j.gds.paths.delta
 
TentativeDistances.DistanceAndPredecessor - Class in org.neo4j.gds.paths.delta
 
TentativeDistances.DistanceOnly - Class in org.neo4j.gds.paths.delta
 
test(long, long, double) - Method in interface org.neo4j.gds.paths.traverse.ExitPredicate
called once for each accepted node during traversal
test(long, long, double) - Method in class org.neo4j.gds.paths.traverse.MaxDepthExitPredicate
 
test(long, long, double) - Method in class org.neo4j.gds.paths.traverse.TargetExitPredicate
 
test(long, long, long) - Method in interface org.neo4j.gds.paths.dijkstra.Dijkstra.RelationshipFilter
 
testBuilder() - Static method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
threshold() - Method in class org.neo4j.gds.wcc.Wcc
 
threshold() - Method in interface org.neo4j.gds.wcc.WccBaseConfig
 
tolerance() - Method in interface org.neo4j.gds.beta.modularity.ModularityOptimizationConfig
 
tolerance() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
tolerance() - Method in interface org.neo4j.gds.louvain.LouvainBaseConfig
 
tolerance() - Method in interface org.neo4j.gds.pagerank.PageRankConfig
 
toMap() - Method in interface org.neo4j.gds.embeddings.graphsage.GraphSageModelTrainer.GraphSageTrainMetrics
 
TOP_K_DEFAULT - Static variable in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
TOP_K_KEY - Static variable in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
TOP_N_DEFAULT - Static variable in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
TOP_N_KEY - Static variable in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
topK() - Method in interface org.neo4j.gds.similarity.knn.KnnBaseConfig
 
topK() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
TopKGraph - Class in org.neo4j.gds.similarity.nodesim
 
TopKMap - Class in org.neo4j.gds.similarity.nodesim
 
TopKMap.TopKList - Class in org.neo4j.gds.similarity.nodesim
 
topN() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
TopNList - Class in org.neo4j.gds.similarity.nodesim
 
TopNList(int) - Constructor for class org.neo4j.gds.similarity.nodesim.TopNList
 
toString() - Method in class org.neo4j.gds.msbfs.MultiSourceBFS
 
toString() - Method in class org.neo4j.gds.similarity.SimilarityResult
 
toString(ActivationFunction) - Static method in enum org.neo4j.gds.embeddings.graphsage.ActivationFunction
 
toString(Aggregator.AggregatorType) - Static method in enum org.neo4j.gds.embeddings.graphsage.Aggregator.AggregatorType
 
toString(KnnSampler.SamplerType) - Static method in enum org.neo4j.gds.similarity.knn.KnnSampler.SamplerType
 
TOTAL_COST_KEY - Static variable in interface org.neo4j.gds.paths.dijkstra.config.ShortestPathDijkstraWriteConfig
 
totalCost() - Method in interface org.neo4j.gds.paths.PathResult
 
totalSimilarityPairs() - Method in class org.neo4j.gds.similarity.knn.Knn.Result
 
trackRelationships() - Method in interface org.neo4j.gds.paths.TrackRelationshipsConfig
 
TrackRelationshipsConfig - Interface in org.neo4j.gds.paths
 
train(Graph, HugeObjectArray<double[]>) - Method in class org.neo4j.gds.embeddings.graphsage.GraphSageModelTrainer
 
treeView - Variable in class org.neo4j.gds.results.MemoryEstimateResult
 
TriangleCountBaseConfig - Interface in org.neo4j.gds.triangle
 
TriangleCountMutateConfig - Interface in org.neo4j.gds.triangle
 
triangleCountProgressTask(Graph) - Static method in class org.neo4j.gds.triangle.IntersectingTriangleCountFactory
 
TriangleCountStatsConfig - Interface in org.neo4j.gds.triangle
 
TriangleCountStreamConfig - Interface in org.neo4j.gds.triangle
 
TriangleCountWriteConfig - Interface in org.neo4j.gds.triangle
 
type() - Method in interface org.neo4j.gds.embeddings.graphsage.Aggregator
 
type() - Method in class org.neo4j.gds.embeddings.graphsage.MaxPoolingAggregator
 
type() - Method in class org.neo4j.gds.embeddings.graphsage.MeanAggregator
 

U

UNIFORM - org.neo4j.gds.similarity.knn.KnnSampler.SamplerType
 
UnionGraphIntersect - Class in org.neo4j.gds.triangle.intersect
 
UnionGraphIntersect.NodeFilteredUnionGraphIntersectFactory - Class in org.neo4j.gds.triangle.intersect
 
UnionGraphIntersect.UnionGraphIntersectFactory - Class in org.neo4j.gds.triangle.intersect
 
UnionGraphIntersectFactory() - Constructor for class org.neo4j.gds.triangle.intersect.UnionGraphIntersect.UnionGraphIntersectFactory
 
unsupportedSimilarityMetric(String, ValueType, SimilarityMetric) - Static method in interface org.neo4j.gds.similarity.knn.metrics.SimilarityComputer
 
usedColors() - Method in class org.neo4j.gds.beta.k1coloring.K1Coloring
 
useWassermanFaust() - Method in interface org.neo4j.gds.beta.closeness.ClosenessCentralityConfig
 

V

validate() - Method in interface org.neo4j.gds.betweenness.BetweennessCentralityBaseConfig
 
validate() - Method in interface org.neo4j.gds.embeddings.fastrp.FastRPBaseConfig
 
validate() - Method in interface org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig
 
validate() - Method in interface org.neo4j.gds.louvain.LouvainBaseConfig
 
validate() - Method in interface org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig
 
validate() - Method in interface org.neo4j.gds.wcc.WccBaseConfig
 
validateMaxDegree() - Method in interface org.neo4j.gds.triangle.TriangleCountBaseConfig
 
validateProperty(String) - Static method in interface org.neo4j.gds.triangle.LocalClusteringCoefficientBaseConfig
 
validatePropertyNames(List<String>) - Static method in interface org.neo4j.gds.similarity.knn.KnnBaseConfig
 
value(long) - Method in class org.neo4j.gds.similarity.knn.metrics.NullCheckingNodeProperties
 
valueOf(String) - Static method in enum org.neo4j.gds.embeddings.graphsage.ActivationFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.gds.embeddings.graphsage.Aggregator.AggregatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.gds.pagerank.PageRankAlgorithmFactory.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.gds.paths.traverse.ExitPredicate.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.gds.similarity.knn.KnnSampler.SamplerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.gds.similarity.knn.metrics.SimilarityMetric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in interface org.neo4j.gds.similarity.nodesim.MetricSimilarityComputer
 
valueOf(String) - Static method in enum org.neo4j.gds.similarity.nodesim.NodeSimilarityMetric
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.gds.embeddings.graphsage.ActivationFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.gds.embeddings.graphsage.Aggregator.AggregatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.gds.pagerank.PageRankAlgorithmFactory.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.gds.paths.traverse.ExitPredicate.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.gds.similarity.knn.KnnSampler.SamplerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.gds.similarity.knn.metrics.SimilarityMetric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.gds.similarity.nodesim.NodeSimilarityMetric
Returns an array containing the constants of this enum type, in the order they are declared.
valueType() - Method in class org.neo4j.gds.similarity.knn.metrics.NullCheckingNodeProperties
 

W

walkBufferSize() - Method in interface org.neo4j.gds.traversal.RandomWalkBaseConfig
 
walkLength() - Method in interface org.neo4j.gds.traversal.RandomWalkBaseConfig
 
walkLength(long) - Method in class org.neo4j.gds.embeddings.node2vec.CompressedRandomWalks
 
walksPerNode() - Method in interface org.neo4j.gds.traversal.RandomWalkBaseConfig
 
Wcc - Class in org.neo4j.gds.wcc
Parallel Union-Find Algorithm based on the "Wait-free Parallel Algorithms for the Union-Find Problem" paper.
Wcc(Graph, ExecutorService, int, WccBaseConfig, ProgressTracker) - Constructor for class org.neo4j.gds.wcc.Wcc
 
WccAlgorithmFactory<CONFIG extends WccBaseConfig> - Class in org.neo4j.gds.wcc
 
WccAlgorithmFactory() - Constructor for class org.neo4j.gds.wcc.WccAlgorithmFactory
 
WccBaseConfig - Interface in org.neo4j.gds.wcc
 
WccMutateConfig - Interface in org.neo4j.gds.wcc
 
WccStatsConfig - Interface in org.neo4j.gds.wcc
 
WccStreamConfig - Interface in org.neo4j.gds.wcc
 
WccWriteConfig - Interface in org.neo4j.gds.wcc
 
weightInitBound(int, int) - Method in enum org.neo4j.gds.embeddings.graphsage.ActivationFunction
 
weights() - Method in interface org.neo4j.gds.embeddings.graphsage.Aggregator
 
weights() - Method in interface org.neo4j.gds.embeddings.graphsage.Layer
 
weights() - Method in class org.neo4j.gds.embeddings.graphsage.MaxPoolingAggregator
 
weights() - Method in class org.neo4j.gds.embeddings.graphsage.MeanAggregator
 
weightsByLabel() - Method in class org.neo4j.gds.embeddings.graphsage.MultiLabelFeatureFunction
 
weightsData() - Method in class org.neo4j.gds.embeddings.graphsage.MeanAggregator
 
windowSize() - Method in interface org.neo4j.gds.embeddings.node2vec.Node2VecBaseConfig
 
withRelationshipFilter(Dijkstra.RelationshipFilter) - Method in class org.neo4j.gds.paths.dijkstra.Dijkstra
 
withSourceNode(long) - Method in class org.neo4j.gds.paths.dijkstra.Dijkstra
 
writeCosts() - Method in interface org.neo4j.gds.paths.WritePathOptionsConfig
 
writeNodeIds() - Method in interface org.neo4j.gds.paths.WritePathOptionsConfig
 
WritePathOptionsConfig - Interface in org.neo4j.gds.paths
 

Y

Yens - Class in org.neo4j.gds.paths.yens
 
YensFactory<CONFIG extends ShortestPathYensBaseConfig> - Class in org.neo4j.gds.paths.yens
 
YensFactory() - Constructor for class org.neo4j.gds.paths.yens.YensFactory
 
A B C D E F G H I J K L M N O P R S T U V W Y 
All Classes All Packages