Package org.neo4j.gds.graphsampling
Class GraphSampleConstructor
java.lang.Object
org.neo4j.gds.graphsampling.GraphSampleConstructor
-
Constructor Summary
ConstructorsConstructorDescriptionGraphSampleConstructor(org.neo4j.gds.config.GraphSampleAlgoConfig config, org.neo4j.gds.api.GraphStore inputGraphStore, NodesSampler nodesSampler, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker) -
Method Summary
Modifier and TypeMethodDescriptionorg.neo4j.gds.api.GraphStorecompute()static org.neo4j.gds.core.utils.progress.tasks.TaskprogressTask(org.neo4j.gds.api.GraphStore graphStore, NodesSampler nodesSampler)
-
Constructor Details
-
GraphSampleConstructor
public GraphSampleConstructor(org.neo4j.gds.config.GraphSampleAlgoConfig config, org.neo4j.gds.api.GraphStore inputGraphStore, NodesSampler nodesSampler, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
-
Method Details
-
compute
public org.neo4j.gds.api.GraphStore compute() -
progressTask
public static org.neo4j.gds.core.utils.progress.tasks.Task progressTask(org.neo4j.gds.api.GraphStore graphStore, NodesSampler nodesSampler)
-