Class SingleLabelGraphSageTrain
- java.lang.Object
-
- org.neo4j.gds.Algorithm<org.neo4j.gds.core.model.Model<ModelData,GraphSageTrainConfig,GraphSageModelTrainer.GraphSageTrainMetrics>>
-
- org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrain
-
- org.neo4j.gds.embeddings.graphsage.algo.SingleLabelGraphSageTrain
-
public class SingleLabelGraphSageTrain extends GraphSageTrain
-
-
Constructor Summary
Constructors Constructor Description SingleLabelGraphSageTrain(org.neo4j.gds.api.Graph graph, GraphSageTrainConfig config, java.util.concurrent.ExecutorService executor, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker, java.lang.String gdsVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.neo4j.gds.core.model.Model<ModelData,GraphSageTrainConfig,GraphSageModelTrainer.GraphSageTrainMetrics>
compute()
-
-
-
Constructor Detail
-
SingleLabelGraphSageTrain
public SingleLabelGraphSageTrain(org.neo4j.gds.api.Graph graph, GraphSageTrainConfig config, java.util.concurrent.ExecutorService executor, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker, java.lang.String gdsVersion)
-
-
Method Detail
-
compute
public org.neo4j.gds.core.model.Model<ModelData,GraphSageTrainConfig,GraphSageModelTrainer.GraphSageTrainMetrics> compute()
- Specified by:
compute
in classorg.neo4j.gds.Algorithm<org.neo4j.gds.core.model.Model<ModelData,GraphSageTrainConfig,GraphSageModelTrainer.GraphSageTrainMetrics>>
-
-