Class NodeFeatureProducer<PIPELINE_CONFIG extends NodePropertyPipelineBaseTrainConfig>

    • Method Detail

      • create

        public static <PIPELINE_CONFIG extends NodePropertyPipelineBaseTrainConfigNodeFeatureProducer<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)
      • validateNodePropertyStepsContextConfigs

        public void validateNodePropertyStepsContextConfigs​(java.util.List<ExecutableNodePropertyStep> steps)