A B C D E G I M N O P R S T V W 
All Classes All Packages

A

AbstractAlgorithmFactory<ALGO extends Algorithm<ALGO,​?>,​CONFIG extends org.neo4j.graphalgo.config.AlgoBaseConfig> - Class in org.neo4j.graphalgo
 
AbstractAlgorithmFactory() - Constructor for class org.neo4j.graphalgo.AbstractAlgorithmFactory
 
AbstractAlgorithmFactory(ProgressLogger.ProgressLoggerFactory) - Constructor for class org.neo4j.graphalgo.AbstractAlgorithmFactory
 
AbstractCommunityResultBuilder<WRITE_RESULT> - Class in org.neo4j.graphalgo.result
 
AbstractCommunityResultBuilder(ProcedureCallContext, int, AllocationTracker) - Constructor for class org.neo4j.graphalgo.result.AbstractCommunityResultBuilder
 
AbstractCommunityResultBuilder(ProcedureCallContext, ExecutorService, int, AllocationTracker) - Constructor for class org.neo4j.graphalgo.result.AbstractCommunityResultBuilder
 
AbstractResultBuilder<WRITE_RESULT> - Class in org.neo4j.graphalgo.result
 
AbstractResultBuilder() - Constructor for class org.neo4j.graphalgo.result.AbstractResultBuilder
 
Algorithm<ME extends Algorithm<ME,​RESULT>,​RESULT> - Class in org.neo4j.graphalgo
 
Algorithm() - Constructor for class org.neo4j.graphalgo.Algorithm
 
AlgorithmFactory<ALGO extends Algorithm<ALGO,​?>,​CONFIG extends org.neo4j.graphalgo.config.AlgoBaseConfig> - Interface in org.neo4j.graphalgo
 
array() - Method in class org.neo4j.graphalgo.result.CentralityResult
 
asNodeProperties() - Method in class org.neo4j.graphalgo.result.CentralityResult
 

B

BaseComputeStep - Class in org.neo4j.graphalgo.pagerank
 
build() - Method in class org.neo4j.graphalgo.result.AbstractCommunityResultBuilder
 
build() - Method in class org.neo4j.graphalgo.result.AbstractResultBuilder
 
build(Graph, CONFIG, AllocationTracker, ProgressLogger) - Method in class org.neo4j.graphalgo.AbstractAlgorithmFactory
Builds the algorithm class.
build(Graph, CONFIG, AllocationTracker, Log) - Method in class org.neo4j.graphalgo.AbstractAlgorithmFactory
 
build(Graph, CONFIG, AllocationTracker, Log) - Method in interface org.neo4j.graphalgo.AlgorithmFactory
 
buildCommunityCount - Variable in class org.neo4j.graphalgo.result.AbstractCommunityResultBuilder
 
buildHistogram - Variable in class org.neo4j.graphalgo.result.AbstractCommunityResultBuilder
 
buildResult() - Method in class org.neo4j.graphalgo.result.AbstractCommunityResultBuilder
 

C

cacheWeights() - Method in interface org.neo4j.graphalgo.pagerank.PageRankBaseConfig
 
CentralityResult - Class in org.neo4j.graphalgo.result
 
CentralityResult(HugeDoubleArray) - Constructor for class org.neo4j.graphalgo.result.CentralityResult
 
communityHistogramOrNull() - Method in class org.neo4j.graphalgo.result.AbstractCommunityResultBuilder
 
compute() - Method in class org.neo4j.graphalgo.Algorithm
 
compute() - Method in class org.neo4j.graphalgo.pagerank.PageRank
compute pageRank for n iterations
computeMillis - Variable in class org.neo4j.graphalgo.result.AbstractResultBuilder
 
ComputeStep - Interface in org.neo4j.graphalgo.pagerank
 
computeStepClass() - Method in interface org.neo4j.graphalgo.pagerank.PageRankAlgorithm
 
config - Variable in class org.neo4j.graphalgo.result.AbstractResultBuilder
 
create(Graph, LongStream, PageRankBaseConfig, ExecutorService, ProgressLogger, AllocationTracker) - Method in interface org.neo4j.graphalgo.pagerank.PageRankAlgorithm
 
create(Graph, PageRankBaseConfig, LongStream, ProgressLogger, AllocationTracker) - Method in interface org.neo4j.graphalgo.pagerank.PageRankAlgorithm
Forces sequential use.
createComputeStep(double, double, long[], Graph, AllocationTracker, int, long, DegreeCache, long, ProgressLogger) - Method in interface org.neo4j.graphalgo.pagerank.PageRankVariant
 
createMillis - Variable in class org.neo4j.graphalgo.result.AbstractResultBuilder
 

D

dampingFactor() - Method in class org.neo4j.graphalgo.pagerank.PageRank
 
dampingFactor() - Method in interface org.neo4j.graphalgo.pagerank.PageRankBaseConfig
 
DEFAULT_TOLERANCE - Static variable in class org.neo4j.graphalgo.pagerank.PageRank
 
DEFAULT_WEIGHT - Static variable in class org.neo4j.graphalgo.pagerank.PageRank
 
degree(ExecutorService, int, AllocationTracker) - Method in interface org.neo4j.graphalgo.pagerank.DegreeComputer
 
DegreeCache - Class in org.neo4j.graphalgo.pagerank
 
DegreeCache(HugeDoubleArray, HugeObjectArray<HugeDoubleArray>, double) - Constructor for class org.neo4j.graphalgo.pagerank.DegreeCache
 
degreeComputer(Graph) - Method in interface org.neo4j.graphalgo.pagerank.PageRankVariant
 
DegreeComputer - Interface in org.neo4j.graphalgo.pagerank
 
deltas() - Method in class org.neo4j.graphalgo.pagerank.BaseComputeStep
 
deltas() - Method in interface org.neo4j.graphalgo.pagerank.ComputeStep
 
didConverge() - Method in class org.neo4j.graphalgo.pagerank.PageRank
 

E

EMPTY - Static variable in class org.neo4j.graphalgo.pagerank.DegreeCache
 
export(String, NodePropertyExporter) - Method in class org.neo4j.graphalgo.result.CentralityResult
 
export(String, NodePropertyExporter, DoubleUnaryOperator) - Method in class org.neo4j.graphalgo.result.CentralityResult
 

G

getPageRankResult(HugeDoubleArray) - Method in class org.neo4j.graphalgo.pagerank.BaseComputeStep
 
getPageRankResult(HugeDoubleArray) - Method in interface org.neo4j.graphalgo.pagerank.ComputeStep
 
getProgressLogger() - Method in class org.neo4j.graphalgo.Algorithm
 
getTerminationFlag() - Method in class org.neo4j.graphalgo.Algorithm
 

I

iterations() - Method in class org.neo4j.graphalgo.pagerank.PageRank
 

M

maxIterations() - Method in interface org.neo4j.graphalgo.pagerank.PageRankBaseConfig
 
maybeCommunityCount - Variable in class org.neo4j.graphalgo.result.AbstractCommunityResultBuilder
 
maybeCommunityHistogram - Variable in class org.neo4j.graphalgo.result.AbstractCommunityResultBuilder
 
me() - Method in class org.neo4j.graphalgo.Algorithm
 
me() - Method in class org.neo4j.graphalgo.pagerank.PageRank
 
memoryEstimation(long, long) - Method in interface org.neo4j.graphalgo.pagerank.PageRankAlgorithm
 
memoryEstimation(CONFIG) - Method in interface org.neo4j.graphalgo.AlgorithmFactory
Returns an estimation about the memory consumption of that algorithm.
MemoryEstimationNotImplementedException - Exception in org.neo4j.graphalgo.exceptions
 
MemoryEstimationNotImplementedException() - Constructor for exception org.neo4j.graphalgo.exceptions.MemoryEstimationNotImplementedException
 
mutateMillis - Variable in class org.neo4j.graphalgo.result.AbstractResultBuilder
 

N

nextScores() - Method in class org.neo4j.graphalgo.pagerank.BaseComputeStep
 
nextScores() - Method in interface org.neo4j.graphalgo.pagerank.ComputeStep
 
nodeCount - Variable in class org.neo4j.graphalgo.result.AbstractResultBuilder
 
nodePropertiesWritten - Variable in class org.neo4j.graphalgo.result.AbstractResultBuilder
 

O

org.neo4j.graphalgo - package org.neo4j.graphalgo
 
org.neo4j.graphalgo.exceptions - package org.neo4j.graphalgo.exceptions
 
org.neo4j.graphalgo.pagerank - package org.neo4j.graphalgo.pagerank
 
org.neo4j.graphalgo.result - package org.neo4j.graphalgo.result
 

P

PageRank - Class in org.neo4j.graphalgo.pagerank
Partition based parallel Page Rank based on "An Efficient Partition-Based Parallel PageRank Algorithm" [1]
PageRank.ComputeSteps - Class in org.neo4j.graphalgo.pagerank
 
PageRankAlgorithm - Interface in org.neo4j.graphalgo.pagerank
 
PageRankBaseConfig - Interface in org.neo4j.graphalgo.pagerank
 
PageRankVariant - Interface in org.neo4j.graphalgo.pagerank
 
partitionIsStable() - Method in class org.neo4j.graphalgo.pagerank.BaseComputeStep
 
partitionIsStable() - Method in interface org.neo4j.graphalgo.pagerank.ComputeStep
 
postProcessingDuration - Variable in class org.neo4j.graphalgo.result.AbstractCommunityResultBuilder
 
prepareNextIteration(float[][]) - Method in class org.neo4j.graphalgo.pagerank.BaseComputeStep
 
prepareNextIteration(float[][]) - Method in interface org.neo4j.graphalgo.pagerank.ComputeStep
 
prepareNormalizeDeltas(double) - Method in class org.neo4j.graphalgo.pagerank.BaseComputeStep
 
prepareNormalizeDeltas(double) - Method in interface org.neo4j.graphalgo.pagerank.ComputeStep
 
progressLogger - Variable in class org.neo4j.graphalgo.Algorithm
 

R

relationshipsWritten - Variable in class org.neo4j.graphalgo.result.AbstractResultBuilder
 
release() - Method in class org.neo4j.graphalgo.Algorithm
Release internal data structures used by the algorithm.
release() - Method in class org.neo4j.graphalgo.pagerank.PageRank
 
result() - Method in class org.neo4j.graphalgo.pagerank.PageRank
 
run() - Method in class org.neo4j.graphalgo.pagerank.BaseComputeStep
 
running() - Method in class org.neo4j.graphalgo.Algorithm
 

S

score(int) - Method in class org.neo4j.graphalgo.result.CentralityResult
 
score(long) - Method in class org.neo4j.graphalgo.result.CentralityResult
 
setStarts(long[], int[]) - Method in class org.neo4j.graphalgo.pagerank.BaseComputeStep
 
setStarts(long[], int[]) - Method in interface org.neo4j.graphalgo.pagerank.ComputeStep
 

T

taskName() - Method in class org.neo4j.graphalgo.AbstractAlgorithmFactory
The name of the task.
taskVolume(Graph, CONFIG) - Method in class org.neo4j.graphalgo.AbstractAlgorithmFactory
The number of tasks the algorithm will perform.
terminationFlag - Variable in class org.neo4j.graphalgo.Algorithm
 
tolerance - Variable in class org.neo4j.graphalgo.pagerank.BaseComputeStep
 
tolerance() - Method in interface org.neo4j.graphalgo.pagerank.PageRankBaseConfig
 

V

variant(PageRankBaseConfig) - Method in interface org.neo4j.graphalgo.pagerank.PageRankAlgorithm
 

W

withAverage(double) - Method in class org.neo4j.graphalgo.pagerank.DegreeCache
 
withCommunityFunction(LongUnaryOperator) - Method in class org.neo4j.graphalgo.result.AbstractCommunityResultBuilder
 
withComputeMillis(long) - Method in class org.neo4j.graphalgo.result.AbstractResultBuilder
 
withConfig(AlgoBaseConfig) - Method in class org.neo4j.graphalgo.result.AbstractResultBuilder
 
withCreateMillis(long) - Method in class org.neo4j.graphalgo.result.AbstractResultBuilder
 
withMutateMillis(long) - Method in class org.neo4j.graphalgo.result.AbstractResultBuilder
 
withNodeCount(long) - Method in class org.neo4j.graphalgo.result.AbstractResultBuilder
 
withNodePropertiesWritten(long) - Method in class org.neo4j.graphalgo.result.AbstractResultBuilder
 
withProgressLogger(ProgressLogger) - Method in class org.neo4j.graphalgo.Algorithm
Deprecated.
withRelationshipsWritten(long) - Method in class org.neo4j.graphalgo.result.AbstractResultBuilder
 
withTerminationFlag(TerminationFlag) - Method in class org.neo4j.graphalgo.Algorithm
 
withWriteMillis(long) - Method in class org.neo4j.graphalgo.result.AbstractResultBuilder
 
writeMillis - Variable in class org.neo4j.graphalgo.result.AbstractResultBuilder
 
A B C D E G I M N O P R S T V W 
All Classes All Packages