Class GraphSageAlgorithmFactory<CONFIG extends GraphSageBaseConfig>
- java.lang.Object
-
- org.neo4j.gds.GraphStoreAlgorithmFactory<GraphSage,CONFIG>
-
- org.neo4j.gds.embeddings.graphsage.algo.GraphSageAlgorithmFactory<CONFIG>
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.GraphStore,GraphSage,CONFIG>
public class GraphSageAlgorithmFactory<CONFIG extends GraphSageBaseConfig> extends org.neo4j.gds.GraphStoreAlgorithmFactory<GraphSage,CONFIG>
-
-
Constructor Summary
Constructors Constructor Description GraphSageAlgorithmFactory(org.neo4j.gds.core.model.ModelCatalog modelCatalog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphSagebuild(org.neo4j.gds.api.GraphStore graphStore, CONFIG configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(CONFIG config)org.neo4j.gds.core.utils.progress.tasks.TaskprogressTask(org.neo4j.gds.api.GraphStore graphStore, CONFIG config)java.lang.StringtaskName()
-
-
-
Method Detail
-
build
public GraphSage build(org.neo4j.gds.api.GraphStore graphStore, CONFIG configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
taskName
public java.lang.String taskName()
-
memoryEstimation
public org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(CONFIG config)
-
progressTask
public org.neo4j.gds.core.utils.progress.tasks.Task progressTask(org.neo4j.gds.api.GraphStore graphStore, CONFIG config)
-
-