Class LinkPrediction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int concurrency  
      • 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.ml.linkmodels.LinkPredictionResult compute()  
      LinkPrediction 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
    • Field Detail

      • concurrency

        protected final int concurrency
    • Method Detail

      • compute

        public org.neo4j.gds.ml.linkmodels.LinkPredictionResult compute()
        Specified by:
        compute in class org.neo4j.gds.Algorithm<LinkPrediction,​org.neo4j.gds.ml.linkmodels.LinkPredictionResult>
      • me

        public LinkPrediction me()
        Specified by:
        me in class org.neo4j.gds.Algorithm<LinkPrediction,​org.neo4j.gds.ml.linkmodels.LinkPredictionResult>
      • release

        public void release()
        Specified by:
        release in class org.neo4j.gds.Algorithm<LinkPrediction,​org.neo4j.gds.ml.linkmodels.LinkPredictionResult>