Interface NodeRegressionPredictPipelineBaseConfig
-
- All Superinterfaces:
org.neo4j.gds.config.AlgoBaseConfig,org.neo4j.gds.config.BaseConfig,org.neo4j.gds.config.ConcurrencyConfig,org.neo4j.gds.config.GraphNameConfig,org.neo4j.gds.config.JobIdConfig,org.neo4j.gds.model.ModelConfig,NodePropertyPredictPipelineBaseConfig,java.io.Serializable,org.neo4j.gds.config.ToMapConvertible
- All Known Subinterfaces:
NodeRegressionPredictPipelineMutateConfig
@Configuration public interface NodeRegressionPredictPipelineBaseConfig extends NodePropertyPredictPipelineBaseConfig
-
-
Method Summary
Static Methods Modifier and Type Method Description static NodeRegressionPredictPipelineBaseConfigof(java.lang.String username, org.neo4j.gds.core.CypherMapWrapper config)-
Methods inherited from interface org.neo4j.gds.config.AlgoBaseConfig
graphStoreValidation, internalRelationshipTypes, nodeLabelIdentifiers, validateNodeLabels, validateRelationshipTypes
-
Methods inherited from interface org.neo4j.gds.config.BaseConfig
configKeys, logProgress, sudo, toMap, usernameOverride
-
Methods inherited from interface org.neo4j.gds.config.ConcurrencyConfig
concurrency, minBatchSize, validateConcurrency
-
Methods inherited from interface org.neo4j.gds.ml.pipeline.node.NodePropertyPredictPipelineBaseConfig
nodeLabels, relationshipTypes, targetNodeLabels
-
-
-
-
Method Detail
-
of
static NodeRegressionPredictPipelineBaseConfig of(java.lang.String username, org.neo4j.gds.core.CypherMapWrapper config)
-
-