Class GraphSampleConstructor

java.lang.Object
org.neo4j.gds.graphsampling.GraphSampleConstructor

public class GraphSampleConstructor extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    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 Summary

    Modifier and Type
    Method
    Description
    org.neo4j.gds.api.GraphStore
     
    static org.neo4j.gds.core.utils.progress.tasks.Task
    progressTask(org.neo4j.gds.api.GraphStore graphStore, NodesSampler nodesSampler)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)