Class NodeRegressionPredictPipelineExecutor
- java.lang.Object
-
- org.neo4j.gds.Algorithm<RESULT>
-
- org.neo4j.gds.ml.pipeline.PredictPipelineExecutor<NodeRegressionPredictPipelineBaseConfig,org.neo4j.gds.ml.pipeline.nodePipeline.NodePropertyPredictPipeline,org.neo4j.gds.core.utils.paged.HugeDoubleArray>
-
- org.neo4j.gds.ml.pipeline.node.regression.predict.NodeRegressionPredictPipelineExecutor
-
public class NodeRegressionPredictPipelineExecutor extends org.neo4j.gds.ml.pipeline.PredictPipelineExecutor<NodeRegressionPredictPipelineBaseConfig,org.neo4j.gds.ml.pipeline.nodePipeline.NodePropertyPredictPipeline,org.neo4j.gds.core.utils.paged.HugeDoubleArray>
-
-
Constructor Summary
Constructors Constructor Description NodeRegressionPredictPipelineExecutor(org.neo4j.gds.ml.pipeline.nodePipeline.NodePropertyPredictPipeline pipeline, NodeRegressionPredictPipelineBaseConfig config, org.neo4j.gds.executor.ExecutionContext executionContext, org.neo4j.gds.api.GraphStore graphStore, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker, org.neo4j.gds.ml.models.Regressor regressor)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.neo4j.gds.core.utils.paged.HugeDoubleArrayexecute()protected org.neo4j.gds.ml.pipeline.PipelineGraphFilternodePropertyStepFilter()static org.neo4j.gds.core.utils.progress.tasks.TaskprogressTask(java.lang.String taskName, org.neo4j.gds.ml.pipeline.nodePipeline.NodePropertyPredictPipeline pipeline, org.neo4j.gds.api.GraphStore graphStore)
-
-
-
Constructor Detail
-
NodeRegressionPredictPipelineExecutor
public NodeRegressionPredictPipelineExecutor(org.neo4j.gds.ml.pipeline.nodePipeline.NodePropertyPredictPipeline pipeline, NodeRegressionPredictPipelineBaseConfig config, org.neo4j.gds.executor.ExecutionContext executionContext, org.neo4j.gds.api.GraphStore graphStore, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker, org.neo4j.gds.ml.models.Regressor regressor)
-
-
Method Detail
-
progressTask
public static org.neo4j.gds.core.utils.progress.tasks.Task progressTask(java.lang.String taskName, org.neo4j.gds.ml.pipeline.nodePipeline.NodePropertyPredictPipeline pipeline, org.neo4j.gds.api.GraphStore graphStore)
-
nodePropertyStepFilter
protected org.neo4j.gds.ml.pipeline.PipelineGraphFilter nodePropertyStepFilter()
- Specified by:
nodePropertyStepFilterin classorg.neo4j.gds.ml.pipeline.PredictPipelineExecutor<NodeRegressionPredictPipelineBaseConfig,org.neo4j.gds.ml.pipeline.nodePipeline.NodePropertyPredictPipeline,org.neo4j.gds.core.utils.paged.HugeDoubleArray>
-
execute
protected org.neo4j.gds.core.utils.paged.HugeDoubleArray execute()
- Specified by:
executein classorg.neo4j.gds.ml.pipeline.PredictPipelineExecutor<NodeRegressionPredictPipelineBaseConfig,org.neo4j.gds.ml.pipeline.nodePipeline.NodePropertyPredictPipeline,org.neo4j.gds.core.utils.paged.HugeDoubleArray>
-
-