Class ExhaustiveLinkPrediction
- java.lang.Object
-
- org.neo4j.gds.Algorithm<org.neo4j.gds.ml.linkmodels.LinkPredictionResult>
-
- org.neo4j.gds.ml.linkmodels.pipeline.predict.LinkPrediction
-
- org.neo4j.gds.ml.linkmodels.pipeline.predict.ExhaustiveLinkPrediction
-
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.models.Classifier classifier, org.neo4j.gds.ml.pipeline.linkPipeline.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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.neo4j.gds.core.utils.mem.MemoryEstimationestimate(LinkPredictionPredictPipelineBaseConfig config, int linkFeatureDimension)-
Methods inherited from class org.neo4j.gds.ml.linkmodels.pipeline.predict.LinkPrediction
compute, release
-
-
-
-
Constructor Detail
-
ExhaustiveLinkPrediction
public ExhaustiveLinkPrediction(org.neo4j.gds.models.Classifier classifier, org.neo4j.gds.ml.pipeline.linkPipeline.LinkFeatureExtractor linkFeatureExtractor, org.neo4j.gds.api.Graph graph, int concurrency, int topN, double threshold, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
-
Method Detail
-
estimate
public static org.neo4j.gds.core.utils.mem.MemoryEstimation estimate(LinkPredictionPredictPipelineBaseConfig config, int linkFeatureDimension)
-
-