Package org.neo4j.gds.ml.pipeline
Interface FeatureStep
-
- All Superinterfaces:
org.neo4j.gds.config.ToMapConvertible
- All Known Subinterfaces:
LinkFeatureStep
- All Known Implementing Classes:
CosineFeatureStep,HadamardFeatureStep,L2FeatureStep,NodeFeatureStep,SameCategoryStep
public interface FeatureStep 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>configuration()java.util.List<java.lang.String>inputNodeProperties()java.lang.Stringname()
-