Class ExhaustiveLinkPredictionResult

java.lang.Object
org.neo4j.gds.ml.linkmodels.ExhaustiveLinkPredictionResult
All Implemented Interfaces:
LinkPredictionResult

public class ExhaustiveLinkPredictionResult extends Object implements LinkPredictionResult
  • Constructor Details

    • ExhaustiveLinkPredictionResult

      public ExhaustiveLinkPredictionResult(org.neo4j.gds.core.utils.queue.BoundedLongLongPriorityQueue bestPredictions, long linksConsidered)
  • Method Details