Package org.neo4j.gds.ml.pipeline
Class NodePropertyStep
- java.lang.Object
-
- org.neo4j.gds.ml.pipeline.NodePropertyStep
-
- All Implemented Interfaces:
org.neo4j.gds.config.ToMapConvertible,ExecutableNodePropertyStep
public final class NodePropertyStep extends java.lang.Object implements ExecutableNodePropertyStep
-
-
Constructor Summary
Constructors Constructor Description NodePropertyStep(org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition callableDefinition, java.util.Map<java.lang.String,java.lang.Object> config)NodePropertyStep(org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition callableDefinition, java.util.Map<java.lang.String,java.lang.Object> config, java.util.List<java.lang.String> contextNodeLabels, java.util.List<java.lang.String> contextRelationshipTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>config()java.util.List<java.lang.String>contextNodeLabels()java.util.List<java.lang.String>contextRelationshipTypes()booleanequals(java.lang.Object o)org.neo4j.gds.core.utils.mem.MemoryEstimationestimate(org.neo4j.gds.core.model.ModelCatalog modelCatalog, java.lang.String username, 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)inthashCode()java.lang.StringmutateNodeProperty()java.lang.StringprocName()java.lang.StringrootTaskName()java.util.Map<java.lang.String,java.lang.Object>toMap()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.neo4j.gds.ml.pipeline.ExecutableNodePropertyStep
featureInputNodeLabels, featureInputRelationshipTypes
-
-
-
-
Constructor Detail
-
NodePropertyStep
public NodePropertyStep(org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition callableDefinition, java.util.Map<java.lang.String,java.lang.Object> config)
-
NodePropertyStep
public NodePropertyStep(org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition callableDefinition, java.util.Map<java.lang.String,java.lang.Object> config, java.util.List<java.lang.String> contextNodeLabels, java.util.List<java.lang.String> contextRelationshipTypes)
-
-
Method Detail
-
config
public java.util.Map<java.lang.String,java.lang.Object> config()
- Specified by:
configin interfaceExecutableNodePropertyStep
-
contextNodeLabels
public java.util.List<java.lang.String> contextNodeLabels()
- Specified by:
contextNodeLabelsin interfaceExecutableNodePropertyStep
-
contextRelationshipTypes
public java.util.List<java.lang.String> contextRelationshipTypes()
- Specified by:
contextRelationshipTypesin interfaceExecutableNodePropertyStep
-
mutateNodeProperty
public java.lang.String mutateNodeProperty()
- Specified by:
mutateNodePropertyin interfaceExecutableNodePropertyStep
-
procName
public java.lang.String procName()
- Specified by:
procNamein interfaceExecutableNodePropertyStep
-
rootTaskName
public java.lang.String rootTaskName()
- Specified by:
rootTaskNamein interfaceExecutableNodePropertyStep
-
estimate
public org.neo4j.gds.core.utils.mem.MemoryEstimation estimate(org.neo4j.gds.core.model.ModelCatalog modelCatalog, java.lang.String username, java.util.List<java.lang.String> nodeLabels, java.util.List<java.lang.String> relTypes)- Specified by:
estimatein interfaceExecutableNodePropertyStep
-
execute
public 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)- Specified by:
executein interfaceExecutableNodePropertyStep
-
toMap
public java.util.Map<java.lang.String,java.lang.Object> toMap()
- Specified by:
toMapin interfaceorg.neo4j.gds.config.ToMapConvertible
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-