Class ApproximateLinkPrediction

  • All Implemented Interfaces:
    org.neo4j.gds.core.utils.TerminationFlag

    public class ApproximateLinkPrediction
    extends LinkPrediction
    • Field Summary

      • 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
    • Constructor Summary

      Constructors 
      Constructor Description
      ApproximateLinkPrediction​(org.neo4j.gds.models.Classifier classifier, org.neo4j.gds.ml.pipeline.linkPipeline.LinkFeatureExtractor linkFeatureExtractor, org.neo4j.gds.api.Graph graph, org.neo4j.gds.similarity.knn.KnnBaseConfig knnConfig, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.neo4j.gds.core.utils.mem.MemoryEstimation estimate​(LinkPredictionPredictPipelineBaseConfig config)  
      • Methods inherited from class org.neo4j.gds.Algorithm

        getProgressTracker, getTerminationFlag, running, setTerminationFlag
      • 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
    • Constructor Detail

      • ApproximateLinkPrediction

        public ApproximateLinkPrediction​(org.neo4j.gds.models.Classifier classifier,
                                         org.neo4j.gds.ml.pipeline.linkPipeline.LinkFeatureExtractor linkFeatureExtractor,
                                         org.neo4j.gds.api.Graph graph,
                                         org.neo4j.gds.similarity.knn.KnnBaseConfig knnConfig,
                                         org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)