Class NodeLabelHistogram

java.lang.Object
org.neo4j.gds.graphsampling.samplers.NodeLabelHistogram

public final class NodeLabelHistogram extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.neo4j.gds.graphsampling.samplers.NodeLabelHistogram.Result
    compute(org.neo4j.gds.api.Graph inputGraph, int concurrency, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • compute

      public static org.neo4j.gds.graphsampling.samplers.NodeLabelHistogram.Result compute(org.neo4j.gds.api.Graph inputGraph, int concurrency, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)