Package org.neo4j.gds.config
Interface FeaturePropertiesConfig
-
public interface FeaturePropertiesConfig
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.util.List<java.lang.String>featureProperties()default booleanpropertiesMustExistForEachNodeLabel()Returns true iff all properties must exist for each node label.default voidvalidateFeatureProperties(GraphStore graphStore, java.util.Collection<org.neo4j.gds.NodeLabel> selectedLabels, java.util.Collection<org.neo4j.gds.RelationshipType> selectedRelationshipTypes)
-
-
-
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)
-
-