Class NodeFeatureProducer<PIPELINE_CONFIG extends NodePropertyPipelineBaseTrainConfig>
- java.lang.Object
-
- org.neo4j.gds.ml.pipeline.nodePipeline.NodeFeatureProducer<PIPELINE_CONFIG>
-
public final class NodeFeatureProducer<PIPELINE_CONFIG extends NodePropertyPipelineBaseTrainConfig> extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <PIPELINE_CONFIG extends NodePropertyPipelineBaseTrainConfig>
NodeFeatureProducer<PIPELINE_CONFIG>create(org.neo4j.gds.api.GraphStore graphStore, PIPELINE_CONFIG config, org.neo4j.gds.executor.ExecutionContext executionContext, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)org.neo4j.gds.ml.models.FeaturesprocedureFeatures(NodePropertyTrainingPipeline pipeline)voidvalidateNodePropertyStepsContextConfigs(java.util.List<ExecutableNodePropertyStep> steps)
-
-
-
Method Detail
-
create
public static <PIPELINE_CONFIG extends NodePropertyPipelineBaseTrainConfig> NodeFeatureProducer<PIPELINE_CONFIG> create(org.neo4j.gds.api.GraphStore graphStore, PIPELINE_CONFIG config, org.neo4j.gds.executor.ExecutionContext executionContext, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
procedureFeatures
public org.neo4j.gds.ml.models.Features procedureFeatures(NodePropertyTrainingPipeline pipeline)
-
validateNodePropertyStepsContextConfigs
public void validateNodePropertyStepsContextConfigs(java.util.List<ExecutableNodePropertyStep> steps)
-
-