Class GraphSage
- java.lang.Object
-
- org.neo4j.gds.Algorithm<GraphSage.GraphSageResult>
-
- org.neo4j.gds.embeddings.graphsage.algo.GraphSage
-
public class GraphSage extends org.neo4j.gds.Algorithm<GraphSage.GraphSageResult>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GraphSage.GraphSageResult
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
MODEL_TYPE
-
Constructor Summary
Constructors Constructor Description GraphSage(org.neo4j.gds.api.Graph graph, org.neo4j.gds.core.model.Model<ModelData,GraphSageTrainConfig,GraphSageModelTrainer.GraphSageTrainMetrics> model, GraphSageBaseConfig config, java.util.concurrent.ExecutorService executor, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphSage.GraphSageResult
compute()
-
-
-
Field Detail
-
MODEL_TYPE
public static final java.lang.String MODEL_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GraphSage
public GraphSage(org.neo4j.gds.api.Graph graph, org.neo4j.gds.core.model.Model<ModelData,GraphSageTrainConfig,GraphSageModelTrainer.GraphSageTrainMetrics> model, GraphSageBaseConfig config, java.util.concurrent.ExecutorService executor, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
-
Method Detail
-
compute
public GraphSage.GraphSageResult compute()
- Specified by:
compute
in classorg.neo4j.gds.Algorithm<GraphSage.GraphSageResult>
-
-