Class NodeRegressionPredict

java.lang.Object
org.neo4j.gds.ml.nodePropertyPrediction.regression.NodeRegressionPredict

public class NodeRegressionPredict extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    NodeRegressionPredict(Regressor regressor, Features features, int concurrency, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker, org.neo4j.gds.termination.TerminationFlag terminationFlag)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.neo4j.gds.collections.ha.HugeDoubleArray
     
    static org.neo4j.gds.core.utils.progress.tasks.Task
    progressTask(long nodeCount)
     

    Methods inherited from class java.lang.Object

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

    • NodeRegressionPredict

      public NodeRegressionPredict(Regressor regressor, Features features, int concurrency, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker, org.neo4j.gds.termination.TerminationFlag terminationFlag)
  • Method Details

    • progressTask

      public static org.neo4j.gds.core.utils.progress.tasks.Task progressTask(long nodeCount)
    • compute

      public org.neo4j.gds.collections.ha.HugeDoubleArray compute()