Package org.neo4j.gds.ml.pipeline
Interface PipelineExecutor.GraphFilter
-
- Enclosing class:
- PipelineExecutor<PIPELINE_CONFIG extends org.neo4j.gds.config.AlgoBaseConfig,PIPELINE extends Pipeline<?>,RESULT>
public static interface PipelineExecutor.GraphFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<org.neo4j.gds.NodeLabel>nodeLabels()java.util.Collection<org.neo4j.gds.RelationshipType>relationshipTypes()
-