Class LinkPredictionTrainPipelineExecutor
- java.lang.Object
-
- org.neo4j.gds.Algorithm<RESULT>
-
- org.neo4j.gds.ml.pipeline.PipelineExecutor<LinkPredictionTrainConfig,org.neo4j.gds.ml.pipeline.linkPipeline.LinkPredictionPipeline,LinkPredictionTrainResult>
-
- org.neo4j.gds.ml.linkmodels.pipeline.train.LinkPredictionTrainPipelineExecutor
-
- All Implemented Interfaces:
org.neo4j.gds.core.utils.TerminationFlag
public class LinkPredictionTrainPipelineExecutor extends org.neo4j.gds.ml.pipeline.PipelineExecutor<LinkPredictionTrainConfig,org.neo4j.gds.ml.pipeline.linkPipeline.LinkPredictionPipeline,LinkPredictionTrainResult>
-
-
Constructor Summary
Constructors Constructor Description LinkPredictionTrainPipelineExecutor(org.neo4j.gds.ml.pipeline.linkPipeline.LinkPredictionPipeline pipeline, LinkPredictionTrainConfig config, org.neo4j.gds.executor.ExecutionContext executionContext, org.neo4j.gds.api.GraphStore graphStore, java.lang.String graphName, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcleanUpGraphStore(java.util.Map<org.neo4j.gds.ml.pipeline.PipelineExecutor.DatasetSplits,org.neo4j.gds.ml.pipeline.PipelineExecutor.GraphFilter> datasets)protected LinkPredictionTrainResultexecute(java.util.Map<org.neo4j.gds.ml.pipeline.PipelineExecutor.DatasetSplits,org.neo4j.gds.ml.pipeline.PipelineExecutor.GraphFilter> dataSplits)java.util.Map<org.neo4j.gds.ml.pipeline.PipelineExecutor.DatasetSplits,org.neo4j.gds.ml.pipeline.PipelineExecutor.GraphFilter>splitDataset()-
Methods inherited from class org.neo4j.gds.Algorithm
getProgressTracker, getTerminationFlag, running, setTerminationFlag
-
-
-
-
Constructor Detail
-
LinkPredictionTrainPipelineExecutor
public LinkPredictionTrainPipelineExecutor(org.neo4j.gds.ml.pipeline.linkPipeline.LinkPredictionPipeline pipeline, LinkPredictionTrainConfig config, org.neo4j.gds.executor.ExecutionContext executionContext, org.neo4j.gds.api.GraphStore graphStore, java.lang.String graphName, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
-
Method Detail
-
splitDataset
public java.util.Map<org.neo4j.gds.ml.pipeline.PipelineExecutor.DatasetSplits,org.neo4j.gds.ml.pipeline.PipelineExecutor.GraphFilter> splitDataset()
- Specified by:
splitDatasetin classorg.neo4j.gds.ml.pipeline.PipelineExecutor<LinkPredictionTrainConfig,org.neo4j.gds.ml.pipeline.linkPipeline.LinkPredictionPipeline,LinkPredictionTrainResult>
-
execute
protected LinkPredictionTrainResult execute(java.util.Map<org.neo4j.gds.ml.pipeline.PipelineExecutor.DatasetSplits,org.neo4j.gds.ml.pipeline.PipelineExecutor.GraphFilter> dataSplits)
- Specified by:
executein classorg.neo4j.gds.ml.pipeline.PipelineExecutor<LinkPredictionTrainConfig,org.neo4j.gds.ml.pipeline.linkPipeline.LinkPredictionPipeline,LinkPredictionTrainResult>
-
cleanUpGraphStore
protected void cleanUpGraphStore(java.util.Map<org.neo4j.gds.ml.pipeline.PipelineExecutor.DatasetSplits,org.neo4j.gds.ml.pipeline.PipelineExecutor.GraphFilter> datasets)
- Overrides:
cleanUpGraphStorein classorg.neo4j.gds.ml.pipeline.PipelineExecutor<LinkPredictionTrainConfig,org.neo4j.gds.ml.pipeline.linkPipeline.LinkPredictionPipeline,LinkPredictionTrainResult>
-
-