Class LinkPredictionTrain

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MODEL_TYPE  
      • Fields inherited from class org.neo4j.gds.Algorithm

        progressTracker, terminationFlag
      • Fields inherited from interface org.neo4j.gds.core.utils.TerminationFlag

        RUN_CHECK_NODE_COUNT, RUNNING_TRUE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.gds.core.model.Model<org.neo4j.gds.ml.linkmodels.pipeline.logisticRegression.LinkLogisticRegressionData,​LinkPredictionTrainConfig,​LinkPredictionModelInfo> compute()  
      org.neo4j.gds.core.utils.paged.HugeDoubleArray extractTargets​(long numberOfTargets, java.lang.String relationshipType)  
      LinkPredictionTrain me()  
      void release()  
      • Methods inherited from class org.neo4j.gds.Algorithm

        getProgressTracker, getTerminationFlag, running, withTerminationFlag
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.neo4j.gds.core.utils.TerminationFlag

        assertRunning