Index

A C E G H I M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

addNode(long) - Method in class org.neo4j.gds.graphsampling.samplers.rw.WalkQualities
 
addNode(long) - Method in interface org.neo4j.gds.graphsampling.samplers.SeenNodes
 
addNode(long) - Method in class org.neo4j.gds.graphsampling.samplers.SeenNodes.GlobalSeenNodes
 
addNode(long) - Method in class org.neo4j.gds.graphsampling.samplers.SeenNodes.SeenNodesByLabelSet
 
apply(Graph, SplittableRandom, Optional<HugeAtomicDoubleArray>) - Method in class org.neo4j.gds.graphsampling.samplers.rw.cnarw.CNARWNodeSamplingStrategySupplier
 
apply(Graph, SplittableRandom, Optional<HugeAtomicDoubleArray>) - Method in class org.neo4j.gds.graphsampling.samplers.rw.rwr.RWRNodeSamplingStrategySupplier
 

C

CNARW - Enum constant in enum class org.neo4j.gds.graphsampling.RandomWalkSamplerType
 
CNARWNodeSamplingStrategySupplier - Class in org.neo4j.gds.graphsampling.samplers.rw.cnarw
 
CNARWNodeSamplingStrategySupplier() - Constructor for class org.neo4j.gds.graphsampling.samplers.rw.cnarw.CNARWNodeSamplingStrategySupplier
 
CNARWWalkerProducer() - Static method in class org.neo4j.gds.graphsampling.samplers.rw.WalkerProducer
 
CommonNeighbourAwareNextNodeStrategy - Class in org.neo4j.gds.graphsampling.samplers.rw.cnarw
 
CommonNeighbourAwareRandomWalk - Class in org.neo4j.gds.graphsampling.samplers.rw.cnarw
 
CommonNeighbourAwareRandomWalk(CommonNeighbourAwareRandomWalkConfig) - Constructor for class org.neo4j.gds.graphsampling.samplers.rw.cnarw.CommonNeighbourAwareRandomWalk
 
CommonNeighbourAwareRandomWalkConfig - Interface in org.neo4j.gds.graphsampling.config
 
compute() - Method in class org.neo4j.gds.graphsampling.GraphSampleConstructor
 
compute(Graph, int, ProgressTracker) - Static method in class org.neo4j.gds.graphsampling.samplers.NodeLabelHistogram
 
compute(Graph, ProgressTracker) - Method in interface org.neo4j.gds.graphsampling.NodesSampler
 
compute(Graph, ProgressTracker) - Method in class org.neo4j.gds.graphsampling.samplers.rw.cnarw.CommonNeighbourAwareRandomWalk
 
compute(Graph, ProgressTracker) - Method in class org.neo4j.gds.graphsampling.samplers.rw.rwr.RandomWalkWithRestarts
 
create(Graph, ProgressTracker, boolean, int, double) - Static method in interface org.neo4j.gds.graphsampling.samplers.SeenNodes
 

E

expectedQuality() - Method in class org.neo4j.gds.graphsampling.samplers.rw.WalkQualities
 

G

getNextNode(long) - Method in class org.neo4j.gds.graphsampling.samplers.rw.cnarw.CommonNeighbourAwareNextNodeStrategy
 
getNextNode(long) - Method in class org.neo4j.gds.graphsampling.samplers.rw.cnarw.WeightedCommonNeighbourAwareNextNodeStrategy
 
getNextNode(long) - Method in interface org.neo4j.gds.graphsampling.samplers.rw.NextNodeStrategy
 
getNextNode(long) - Method in class org.neo4j.gds.graphsampling.samplers.rw.rwr.UniformNextNodeStrategy
 
getWalker(SeenNodes, Optional<HugeAtomicDoubleArray>, double, WalkQualities, SplittableRandom, Graph, RandomWalkWithRestartsConfig, ProgressTracker) - Method in class org.neo4j.gds.graphsampling.samplers.rw.WalkerProducer
 
GlobalSeenNodes(HugeAtomicBitSet, long) - Constructor for class org.neo4j.gds.graphsampling.samplers.SeenNodes.GlobalSeenNodes
 
GraphSampleConstructor - Class in org.neo4j.gds.graphsampling
 
GraphSampleConstructor(GraphSampleAlgoConfig, GraphStore, NodesSampler, ProgressTracker) - Constructor for class org.neo4j.gds.graphsampling.GraphSampleConstructor
 

H

hasSeenEnough() - Method in class org.neo4j.gds.graphsampling.samplers.SeenNodes.GlobalSeenNodes
 
hasSeenEnough() - Method in interface org.neo4j.gds.graphsampling.samplers.SeenNodes
 
hasSeenEnough() - Method in class org.neo4j.gds.graphsampling.samplers.SeenNodes.SeenNodesByLabelSet
 

I

init(Graph, SplittableRandom, List<Long>) - Static method in interface org.neo4j.gds.graphsampling.samplers.rw.InitialStartQualities
 
initializeTotalWeights(RandomWalkWithRestartsConfig, long) - Static method in class org.neo4j.gds.graphsampling.samplers.rw.RandomWalkCompanion
 
InitialStartQualities - Interface in org.neo4j.gds.graphsampling.samplers.rw
 
inputGraph - Variable in class org.neo4j.gds.graphsampling.samplers.rw.rwr.UniformNextNodeStrategy
 
inputGraph - Variable in class org.neo4j.gds.graphsampling.samplers.rw.Walker
 
INVALID_NODE_ID - Static variable in class org.neo4j.gds.graphsampling.samplers.rw.rwr.RandomWalkWithRestarts
 

M

MAX_WALKS_PER_START - Static variable in class org.neo4j.gds.graphsampling.samplers.rw.rwr.RandomWalkWithRestarts
 
memoryEstimation(RandomWalkWithRestartsConfig) - Static method in class org.neo4j.gds.graphsampling.samplers.rw.cnarw.CommonNeighbourAwareRandomWalk
 

N

NextNodeStrategy - Interface in org.neo4j.gds.graphsampling.samplers.rw
 
nodeId(int) - Method in class org.neo4j.gds.graphsampling.samplers.rw.WalkQualities
 
nodeIds() - Method in interface org.neo4j.gds.graphsampling.samplers.rw.InitialStartQualities
 
NodeLabelHistogram - Class in org.neo4j.gds.graphsampling.samplers
 
nodeLabelStratification() - Method in interface org.neo4j.gds.graphsampling.config.RandomWalkWithRestartsConfig
 
nodeQuality(int) - Method in class org.neo4j.gds.graphsampling.samplers.rw.WalkQualities
 
NodeSamplingStrategySupplier - Interface in org.neo4j.gds.graphsampling.samplers.rw
 
NodesSampler - Interface in org.neo4j.gds.graphsampling
 

O

of(CypherMapWrapper) - Static method in interface org.neo4j.gds.graphsampling.config.CommonNeighbourAwareRandomWalkConfig
 
of(CypherMapWrapper) - Static method in interface org.neo4j.gds.graphsampling.config.RandomWalkWithRestartsConfig
 
org.neo4j.gds.graphsampling - package org.neo4j.gds.graphsampling
 
org.neo4j.gds.graphsampling.config - package org.neo4j.gds.graphsampling.config
 
org.neo4j.gds.graphsampling.samplers - package org.neo4j.gds.graphsampling.samplers
 
org.neo4j.gds.graphsampling.samplers.rw - package org.neo4j.gds.graphsampling.samplers.rw
 
org.neo4j.gds.graphsampling.samplers.rw.cnarw - package org.neo4j.gds.graphsampling.samplers.rw.cnarw
 
org.neo4j.gds.graphsampling.samplers.rw.rwr - package org.neo4j.gds.graphsampling.samplers.rw.rwr
 

P

parseStartNodes(Object) - Static method in interface org.neo4j.gds.graphsampling.config.RandomWalkWithRestartsConfig
 
progressTask(GraphStore) - Method in interface org.neo4j.gds.graphsampling.NodesSampler
 
progressTask(GraphStore) - Method in class org.neo4j.gds.graphsampling.samplers.rw.cnarw.CommonNeighbourAwareRandomWalk
 
progressTask(GraphStore) - Method in class org.neo4j.gds.graphsampling.samplers.rw.rwr.RandomWalkWithRestarts
 
progressTask(GraphStore, NodesSampler) - Static method in class org.neo4j.gds.graphsampling.GraphSampleConstructor
 
progressTaskName() - Method in interface org.neo4j.gds.graphsampling.NodesSampler
 
progressTaskName() - Method in class org.neo4j.gds.graphsampling.samplers.rw.cnarw.CommonNeighbourAwareRandomWalk
 
progressTaskName() - Method in class org.neo4j.gds.graphsampling.samplers.rw.rwr.RandomWalkWithRestarts
 
progressTracker - Variable in class org.neo4j.gds.graphsampling.samplers.rw.Walker
 

Q

qualities() - Method in interface org.neo4j.gds.graphsampling.samplers.rw.InitialStartQualities
 
QUALITY_MOMENTUM - Static variable in class org.neo4j.gds.graphsampling.samplers.rw.rwr.RandomWalkWithRestarts
 

R

RandomWalkBasedNodesSampler - Interface in org.neo4j.gds.graphsampling
 
RandomWalkCompanion - Class in org.neo4j.gds.graphsampling.samplers.rw
 
RandomWalkSamplerType - Enum Class in org.neo4j.gds.graphsampling
 
RandomWalkWithRestarts - Class in org.neo4j.gds.graphsampling.samplers.rw.rwr
 
RandomWalkWithRestarts(RandomWalkWithRestartsConfig) - Constructor for class org.neo4j.gds.graphsampling.samplers.rw.rwr.RandomWalkWithRestarts
 
RandomWalkWithRestartsConfig - Interface in org.neo4j.gds.graphsampling.config
 
removeNode(int) - Method in class org.neo4j.gds.graphsampling.samplers.rw.WalkQualities
 
restartProbability() - Method in interface org.neo4j.gds.graphsampling.config.RandomWalkWithRestartsConfig
 
rng - Variable in class org.neo4j.gds.graphsampling.samplers.rw.rwr.UniformNextNodeStrategy
 
rng - Variable in class org.neo4j.gds.graphsampling.samplers.rw.Walker
 
run() - Method in class org.neo4j.gds.graphsampling.samplers.rw.Walker
 
RWR - Enum constant in enum class org.neo4j.gds.graphsampling.RandomWalkSamplerType
 
RWRNodeSamplingStrategySupplier - Class in org.neo4j.gds.graphsampling.samplers.rw.rwr
 
RWRNodeSamplingStrategySupplier() - Constructor for class org.neo4j.gds.graphsampling.samplers.rw.rwr.RWRNodeSamplingStrategySupplier
 
RWRWalkerProducer() - Static method in class org.neo4j.gds.graphsampling.samplers.rw.WalkerProducer
 

S

sampledNodes() - Method in class org.neo4j.gds.graphsampling.samplers.SeenNodes.GlobalSeenNodes
 
sampledNodes() - Method in interface org.neo4j.gds.graphsampling.samplers.SeenNodes
 
sampledNodes() - Method in class org.neo4j.gds.graphsampling.samplers.SeenNodes.SeenNodesByLabelSet
 
samplingRatio() - Method in interface org.neo4j.gds.graphsampling.config.RandomWalkWithRestartsConfig
The ratio of nodes that we wish to sample.
SeenNodes - Interface in org.neo4j.gds.graphsampling.samplers
 
SeenNodes.GlobalSeenNodes - Class in org.neo4j.gds.graphsampling.samplers
 
SeenNodes.SeenNodesByLabelSet - Class in org.neo4j.gds.graphsampling.samplers
 
SeenNodesByLabelSet(Graph, NodeLabelHistogram.Result, double) - Constructor for class org.neo4j.gds.graphsampling.samplers.SeenNodes.SeenNodesByLabelSet
 
size() - Method in class org.neo4j.gds.graphsampling.samplers.rw.WalkQualities
 
startNodes() - Method in interface org.neo4j.gds.graphsampling.config.RandomWalkWithRestartsConfig
 
startNodesCount() - Method in interface org.neo4j.gds.graphsampling.RandomWalkBasedNodesSampler
 
startNodesCount() - Method in class org.neo4j.gds.graphsampling.samplers.rw.cnarw.CommonNeighbourAwareRandomWalk
 
startNodesCount() - Method in class org.neo4j.gds.graphsampling.samplers.rw.rwr.RandomWalkWithRestarts
 
startNodesUsed() - Method in class org.neo4j.gds.graphsampling.samplers.rw.cnarw.CommonNeighbourAwareRandomWalk
 
startNodesUsed() - Method in class org.neo4j.gds.graphsampling.samplers.rw.rwr.RandomWalkWithRestarts
 
startNodesUsed() - Method in class org.neo4j.gds.graphsampling.samplers.rw.Walker
 

T

TOTAL_WEIGHT_MISSING - Static variable in class org.neo4j.gds.graphsampling.samplers.rw.RandomWalkCompanion
 
totalExpectedNodes() - Method in class org.neo4j.gds.graphsampling.samplers.SeenNodes.GlobalSeenNodes
 
totalExpectedNodes() - Method in class org.neo4j.gds.graphsampling.samplers.SeenNodes.SeenNodesByLabelSet
 
totalExpectedNodes() - Method in interface org.neo4j.gds.graphsampling.samplers.SeenNodes
 

U

UniformNextNodeStrategy - Class in org.neo4j.gds.graphsampling.samplers.rw.rwr
 
updateNodeQuality(int, double) - Method in class org.neo4j.gds.graphsampling.samplers.rw.WalkQualities
 

V

valueOf(String) - Static method in enum class org.neo4j.gds.graphsampling.RandomWalkSamplerType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.neo4j.gds.graphsampling.RandomWalkSamplerType
Returns an array containing the constants of this enum class, in the order they are declared.

W

Walker - Class in org.neo4j.gds.graphsampling.samplers.rw
 
Walker(SeenNodes, Optional<HugeAtomicDoubleArray>, double, WalkQualities, SplittableRandom, Graph, double, ProgressTracker, NextNodeStrategy) - Constructor for class org.neo4j.gds.graphsampling.samplers.rw.Walker
 
WalkerProducer - Class in org.neo4j.gds.graphsampling.samplers.rw
 
WalkQualities - Class in org.neo4j.gds.graphsampling.samplers.rw
In order be able to sample start nodes uniformly at random (for performance reasons) we have a special data structure which is optimized for exactly this.
WalkQualities(InitialStartQualities) - Constructor for class org.neo4j.gds.graphsampling.samplers.rw.WalkQualities
 
WeightedCommonNeighbourAwareNextNodeStrategy - Class in org.neo4j.gds.graphsampling.samplers.rw.cnarw
 
A C E G H I M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values