Class MultiLabelGraphSageTrain
- 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.MultiLabelGraphSageTrain
-
public class MultiLabelGraphSageTrain extends GraphSageTrain
-
-
Constructor Summary
Constructors Constructor Description MultiLabelGraphSageTrain(org.neo4j.gds.api.Graph graph, GraphSageTrainConfig 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 org.neo4j.gds.core.model.Model<ModelData,GraphSageTrainConfig,GraphSageModelTrainer.GraphSageTrainMetrics>compute()voidrelease()
-
-
-
Constructor Detail
-
MultiLabelGraphSageTrain
public MultiLabelGraphSageTrain(org.neo4j.gds.api.Graph graph, GraphSageTrainConfig config, java.util.concurrent.ExecutorService executor, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
-
Method Detail
-
compute
public org.neo4j.gds.core.model.Model<ModelData,GraphSageTrainConfig,GraphSageModelTrainer.GraphSageTrainMetrics> compute()
- Specified by:
computein classorg.neo4j.gds.Algorithm<org.neo4j.gds.core.model.Model<ModelData,GraphSageTrainConfig,GraphSageModelTrainer.GraphSageTrainMetrics>>
-
release
public void release()
- Specified by:
releasein classorg.neo4j.gds.Algorithm<org.neo4j.gds.core.model.Model<ModelData,GraphSageTrainConfig,GraphSageModelTrainer.GraphSageTrainMetrics>>
-
-