Class LinkPrediction
- java.lang.Object
-
- org.neo4j.gds.Algorithm<org.neo4j.gds.ml.linkmodels.LinkPredictionResult>
-
- org.neo4j.gds.ml.linkmodels.pipeline.predict.LinkPrediction
-
- All Implemented Interfaces:
org.neo4j.gds.core.utils.TerminationFlag
- Direct Known Subclasses:
ApproximateLinkPrediction,ExhaustiveLinkPrediction
public abstract class LinkPrediction extends org.neo4j.gds.Algorithm<org.neo4j.gds.ml.linkmodels.LinkPredictionResult>
-
-
Field Summary
Fields Modifier and Type Field Description protected intconcurrency
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.neo4j.gds.ml.linkmodels.LinkPredictionResultcompute()voidrelease()-
Methods inherited from class org.neo4j.gds.Algorithm
getProgressTracker, getTerminationFlag, running, setTerminationFlag
-
-
-
-
Method Detail
-
compute
public org.neo4j.gds.ml.linkmodels.LinkPredictionResult compute()
- Specified by:
computein classorg.neo4j.gds.Algorithm<org.neo4j.gds.ml.linkmodels.LinkPredictionResult>
-
release
public void release()
- Specified by:
releasein classorg.neo4j.gds.Algorithm<org.neo4j.gds.ml.linkmodels.LinkPredictionResult>
-
-