Class NodeClassificationPredictPipelineAlgorithmFactory<CONFIG extends NodeClassificationPredictPipelineBaseConfig>
- java.lang.Object
-
- org.neo4j.gds.GraphStoreAlgorithmFactory<NodeClassificationPredictPipelineExecutor,CONFIG>
-
- org.neo4j.gds.ml.nodemodels.pipeline.predict.NodeClassificationPredictPipelineAlgorithmFactory<CONFIG>
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.GraphStore,NodeClassificationPredictPipelineExecutor,CONFIG>
public class NodeClassificationPredictPipelineAlgorithmFactory<CONFIG extends NodeClassificationPredictPipelineBaseConfig> extends org.neo4j.gds.GraphStoreAlgorithmFactory<NodeClassificationPredictPipelineExecutor,CONFIG>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeClassificationPredictPipelineExecutorbuild(org.neo4j.gds.api.GraphStore graphStore, CONFIG configuration, org.neo4j.gds.core.utils.mem.AllocationTracker allocationTracker, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(CONFIG configuration)org.neo4j.gds.core.utils.progress.tasks.TaskprogressTask(org.neo4j.gds.api.GraphStore graphStore, CONFIG config)java.lang.StringtaskName()
-
-
-
Method Detail
-
progressTask
public org.neo4j.gds.core.utils.progress.tasks.Task progressTask(org.neo4j.gds.api.GraphStore graphStore, CONFIG config)
-
taskName
public java.lang.String taskName()
-
build
public NodeClassificationPredictPipelineExecutor build(org.neo4j.gds.api.GraphStore graphStore, CONFIG configuration, org.neo4j.gds.core.utils.mem.AllocationTracker allocationTracker, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
memoryEstimation
public org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(CONFIG configuration)
-
-