Class LinkPredictionTrainPipelineAlgorithmFactory
- java.lang.Object
-
- org.neo4j.gds.GraphStoreAlgorithmFactory<LinkPredictionTrainPipelineExecutor,LinkPredictionTrainConfig>
-
- org.neo4j.gds.ml.linkmodels.pipeline.train.LinkPredictionTrainPipelineAlgorithmFactory
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.GraphStore,LinkPredictionTrainPipelineExecutor,LinkPredictionTrainConfig>
public class LinkPredictionTrainPipelineAlgorithmFactory extends org.neo4j.gds.GraphStoreAlgorithmFactory<LinkPredictionTrainPipelineExecutor,LinkPredictionTrainConfig>
-
-
Constructor Summary
Constructors Constructor Description LinkPredictionTrainPipelineAlgorithmFactory(org.neo4j.gds.executor.ExecutionContext executionContext, org.neo4j.gds.core.model.ModelCatalog modelCatalog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkPredictionTrainPipelineExecutorbuild(org.neo4j.gds.api.GraphStore graphStore, LinkPredictionTrainConfig trainConfig, org.neo4j.gds.core.utils.mem.AllocationTracker allocationTracker, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(LinkPredictionTrainConfig configuration)org.neo4j.gds.core.utils.progress.tasks.TaskprogressTask(org.neo4j.gds.api.GraphStore graphStore, LinkPredictionTrainConfig config)java.lang.StringtaskName()
-
-
-
Method Detail
-
build
public LinkPredictionTrainPipelineExecutor build(org.neo4j.gds.api.GraphStore graphStore, LinkPredictionTrainConfig trainConfig, org.neo4j.gds.core.utils.mem.AllocationTracker allocationTracker, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
taskName
public java.lang.String taskName()
-
progressTask
public org.neo4j.gds.core.utils.progress.tasks.Task progressTask(org.neo4j.gds.api.GraphStore graphStore, LinkPredictionTrainConfig config)
-
memoryEstimation
public org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(LinkPredictionTrainConfig configuration)
-
-