Interface AlgoBaseConfig

    • Method Detail

      • relationshipTypes

        @Default
        @Key("relationshipTypes")
        default java.util.List<java.lang.String> relationshipTypes()
      • internalRelationshipTypes

        @Ignore
        default java.util.Collection<org.neo4j.gds.RelationshipType> internalRelationshipTypes​(GraphStore graphStore)
      • nodeLabels

        @Default
        @Key("nodeLabels")
        default java.util.List<java.lang.String> nodeLabels()
      • nodeLabelIdentifiers

        @Ignore
        default java.util.Collection<org.neo4j.gds.NodeLabel> nodeLabelIdentifiers​(GraphStore graphStore)
      • graphStoreValidation

        @GraphStoreValidation
        @Auxiliary
        @Default
        default void graphStoreValidation​(GraphStore graphStore,
                                          java.util.Collection<org.neo4j.gds.NodeLabel> selectedLabels,
                                          java.util.Collection<org.neo4j.gds.RelationshipType> selectedRelationshipTypes)