Interface FeaturePropertiesConfig


  • public interface FeaturePropertiesConfig
    • Method Detail

      • featureProperties

        @Default
        default java.util.List<java.lang.String> featureProperties()
      • propertiesMustExistForEachNodeLabel

        @Ignore
        default boolean propertiesMustExistForEachNodeLabel()
        Returns true iff all properties must exist for each node label.
      • validateFeatureProperties

        @GraphStoreValidationCheck
        default void validateFeatureProperties​(GraphStore graphStore,
                                               java.util.Collection<org.neo4j.gds.NodeLabel> selectedLabels,
                                               java.util.Collection<org.neo4j.gds.RelationshipType> selectedRelationshipTypes)