Class LinkPrediction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int concurrency  
      • Fields inherited from class org.neo4j.gds.Algorithm

        progressTracker, terminationFlag
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.gds.ml.linkmodels.LinkPredictionResult compute()  
      void release()  
      • Methods inherited from class org.neo4j.gds.Algorithm

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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<org.neo4j.gds.ml.linkmodels.LinkPredictionResult>
      • release

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