Interface Pipeline<FEATURE_STEP extends FeatureStep>

    • Method Detail

      • featureProperties

        default java.util.List<java.lang.String> featureProperties()
      • validateBeforeExecution

        default void validateBeforeExecution​(org.neo4j.gds.api.GraphStore graphStore,
                                             java.util.Collection<org.neo4j.gds.NodeLabel> nodeLabels)
      • specificValidateBeforeExecution

        void specificValidateBeforeExecution​(org.neo4j.gds.api.GraphStore graphStore)
      • validateFeatureProperties

        default void validateFeatureProperties​(org.neo4j.gds.api.GraphStore graphStore,
                                               java.util.Collection<org.neo4j.gds.NodeLabel> nodeLabels)
      • featurePropertiesMissingFromGraph

        default java.util.Set<java.lang.String> featurePropertiesMissingFromGraph​(org.neo4j.gds.api.GraphStore graphStore,
                                                                                  java.util.Collection<org.neo4j.gds.NodeLabel> nodeLabels)
      • missingNodePropertiesFromFeatureSteps

        static java.lang.IllegalArgumentException missingNodePropertiesFromFeatureSteps​(java.util.Set<java.lang.String> invalidProperties)