Class LinkPrediction
- java.lang.Object
-
- org.neo4j.gds.ml.linkmodels.pipeline.predict.LinkPrediction
-
- Direct Known Subclasses:
ApproximateLinkPrediction,ExhaustiveLinkPrediction
public abstract class LinkPrediction extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected intconcurrencyprotected org.neo4j.gds.api.Graphgraphprotected LPNodeFiltersourceNodeFilterprotected LPNodeFiltertargetNodeFilter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.neo4j.gds.ml.linkmodels.LinkPredictionResultcompute()
-
-
-
Field Detail
-
graph
protected final org.neo4j.gds.api.Graph graph
-
sourceNodeFilter
protected final LPNodeFilter sourceNodeFilter
-
targetNodeFilter
protected final LPNodeFilter targetNodeFilter
-
concurrency
protected final int concurrency
-
-