Class GraphWiseConvLayerConfigBuilder

    • Constructor Detail

      • GraphWiseConvLayerConfigBuilder

        public GraphWiseConvLayerConfigBuilder()
    • Method Detail

      • setWeightedAggregationProperty

        public GraphWiseConvLayerConfigBuilder setWeightedAggregationProperty​(java.lang.String neighborWeightProperty)
        Set the graph property to be used for weighted aggregation. If null, weighted aggregation will be disabled.

        Weighted aggregation will perform the mean aggregation of neighbors based on weights given by the specified graph property.

        default: GraphWiseConvLayerConfig.DEFAULT_NEIGHBOR_WEIGHT_PROPERTY_NAME

        Parameters:
        neighborWeightProperty - the property name
        Returns:
        this
        Since:
        19.4