Class GraphSageTrainAlgorithmFactory
- java.lang.Object
-
- org.neo4j.gds.GraphAlgorithmFactory<GraphSageTrain,GraphSageTrainConfig>
-
- org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainAlgorithmFactory
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.Graph,GraphSageTrain,GraphSageTrainConfig>
public final class GraphSageTrainAlgorithmFactory extends org.neo4j.gds.GraphAlgorithmFactory<GraphSageTrain,GraphSageTrainConfig>
-
-
Constructor Summary
Constructors Constructor Description GraphSageTrainAlgorithmFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphSageTrainbuild(org.neo4j.gds.api.Graph graph, GraphSageTrainConfig configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(GraphSageTrainConfig configuration)org.neo4j.gds.core.utils.progress.tasks.TaskprogressTask(org.neo4j.gds.api.Graph graph, GraphSageTrainConfig config)java.lang.StringtaskName()
-
-
-
Method Detail
-
taskName
public java.lang.String taskName()
-
build
public GraphSageTrain build(org.neo4j.gds.api.Graph graph, GraphSageTrainConfig configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
memoryEstimation
public org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(GraphSageTrainConfig configuration)
-
progressTask
public org.neo4j.gds.core.utils.progress.tasks.Task progressTask(org.neo4j.gds.api.Graph graph, GraphSageTrainConfig config)
-
-