Interface LinkFeatureStep
-
- All Superinterfaces:
FeatureStep,org.neo4j.gds.config.ToMapConvertible
- All Known Implementing Classes:
CosineFeatureStep,HadamardFeatureStep,L2FeatureStep,SameCategoryStep
public interface LinkFeatureStep extends org.neo4j.gds.config.ToMapConvertible, FeatureStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description LinkFeatureAppenderlinkFeatureAppender(org.neo4j.gds.api.Graph graph)default java.util.Map<java.lang.String,java.lang.Object>toMap()-
Methods inherited from interface org.neo4j.gds.ml.pipeline.FeatureStep
configuration, inputNodeProperties, name
-
-
-
-
Method Detail
-
linkFeatureAppender
LinkFeatureAppender linkFeatureAppender(org.neo4j.gds.api.Graph graph)
-
toMap
default java.util.Map<java.lang.String,java.lang.Object> toMap()
- Specified by:
toMapin interfaceorg.neo4j.gds.config.ToMapConvertible
-
-