Package org.neo4j.gds.ml.pipeline
Interface ExecutableNodePropertyStep
-
- All Superinterfaces:
org.neo4j.gds.config.ToMapConvertible
- All Known Implementing Classes:
NodePropertyStep
public interface ExecutableNodePropertyStep extends org.neo4j.gds.config.ToMapConvertible
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>config()org.neo4j.gds.core.utils.mem.MemoryEstimationestimate(org.neo4j.gds.core.model.ModelCatalog modelCatalog, java.util.List<java.lang.String> nodeLabels, java.util.List<java.lang.String> relTypes)voidexecute(org.neo4j.gds.executor.ExecutionContext executionContext, java.lang.String graphName, java.util.Collection<org.neo4j.gds.NodeLabel> nodeLabels, java.util.Collection<org.neo4j.gds.RelationshipType> relTypes)java.lang.StringprocName()
-
-
-
Method Detail
-
execute
void execute(org.neo4j.gds.executor.ExecutionContext executionContext, java.lang.String graphName, java.util.Collection<org.neo4j.gds.NodeLabel> nodeLabels, java.util.Collection<org.neo4j.gds.RelationshipType> relTypes)
-
config
java.util.Map<java.lang.String,java.lang.Object> config()
-
procName
java.lang.String procName()
-
estimate
org.neo4j.gds.core.utils.mem.MemoryEstimation estimate(org.neo4j.gds.core.model.ModelCatalog modelCatalog, java.util.List<java.lang.String> nodeLabels, java.util.List<java.lang.String> relTypes)
-
-