Class ExhaustiveLinkPrediction

    • Field Summary

      • Fields inherited from class org.neo4j.gds.Algorithm

        progressTracker, terminationFlag
    • Constructor Summary

      Constructors 
      Constructor Description
      ExhaustiveLinkPrediction​(org.neo4j.gds.models.Classifier classifier, org.neo4j.gds.ml.pipeline.linkPipeline.LinkFeatureExtractor linkFeatureExtractor, org.neo4j.gds.api.Graph graph, int concurrency, int topN, double threshold, 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, int linkFeatureDimension)  
      • 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
    • Constructor Detail

      • ExhaustiveLinkPrediction

        public ExhaustiveLinkPrediction​(org.neo4j.gds.models.Classifier classifier,
                                        org.neo4j.gds.ml.pipeline.linkPipeline.LinkFeatureExtractor linkFeatureExtractor,
                                        org.neo4j.gds.api.Graph graph,
                                        int concurrency,
                                        int topN,
                                        double threshold,
                                        org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)