Class ExhaustiveLinkPrediction
- java.lang.Object
-
- org.neo4j.gds.Algorithm<LinkPrediction,org.neo4j.gds.ml.linkmodels.LinkPredictionResult>
-
- org.neo4j.gds.ml.linkmodels.pipeline.predict.LinkPrediction
-
- org.neo4j.gds.ml.linkmodels.pipeline.predict.ExhaustiveLinkPrediction
-
- All Implemented Interfaces:
org.neo4j.gds.core.utils.TerminationFlag
public class ExhaustiveLinkPrediction extends LinkPrediction
-
-
Field Summary
-
Fields inherited from class org.neo4j.gds.ml.linkmodels.pipeline.predict.LinkPrediction
concurrency
-
-
Constructor Summary
Constructors Constructor Description ExhaustiveLinkPrediction(org.neo4j.gds.ml.linkmodels.pipeline.logisticRegression.LinkLogisticRegressionData modelData, org.neo4j.gds.ml.linkmodels.pipeline.linkFeatures.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
-
Methods inherited from class org.neo4j.gds.ml.linkmodels.pipeline.predict.LinkPrediction
compute, me, release
-
Methods inherited from class org.neo4j.gds.Algorithm
getProgressTracker, getTerminationFlag, running, withTerminationFlag
-
-
-
-
Constructor Detail
-
ExhaustiveLinkPrediction
public ExhaustiveLinkPrediction(org.neo4j.gds.ml.linkmodels.pipeline.logisticRegression.LinkLogisticRegressionData modelData, org.neo4j.gds.ml.linkmodels.pipeline.linkFeatures.LinkFeatureExtractor linkFeatureExtractor, org.neo4j.gds.api.Graph graph, int concurrency, int topN, double threshold, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
-