Package org.neo4j.gds.ml.linkmodels
Class ExhaustiveLinkPredictionResult
java.lang.Object
org.neo4j.gds.ml.linkmodels.ExhaustiveLinkPredictionResult
- All Implemented Interfaces:
LinkPredictionResult
-
Constructor Summary
ConstructorsConstructorDescriptionExhaustiveLinkPredictionResult(org.neo4j.gds.core.utils.queue.BoundedLongLongPriorityQueue bestPredictions, long linksConsidered) -
Method Summary
-
Constructor Details
-
ExhaustiveLinkPredictionResult
public ExhaustiveLinkPredictionResult(org.neo4j.gds.core.utils.queue.BoundedLongLongPriorityQueue bestPredictions, long linksConsidered)
-
-
Method Details
-
size
public int size() -
forEach
public void forEach(org.neo4j.gds.core.utils.queue.BoundedLongLongPriorityQueue.Consumer consumer) -
stream
- Specified by:
streamin interfaceLinkPredictionResult
-
samplingStats
- Specified by:
samplingStatsin interfaceLinkPredictionResult
-