public class GraphWiseConvLayerConfigBuilder extends GraphWiseBaseConvLayerConfigBuilder<GraphWiseConvLayerConfig,GraphWiseConvLayerConfigBuilder>
GraphWiseConvLayerConfig. Currently, only mean aggregation layers are supported.| Constructor and Description |
|---|
GraphWiseConvLayerConfigBuilder() |
| Modifier and Type | Method and Description |
|---|---|
GraphWiseConvLayerConfig |
build()
Build the configuration
|
GraphWiseConvLayerConfigBuilder |
setWeightedAggregationProperty(java.lang.String neighborWeightProperty)
Set the graph property to be used for weighted aggregation.
|
setActivationFunction, setDropoutRate, setNumSampledNeighbors, setWeightInitScheme, useEdgeToEdgeConnection, useEdgeToVertexConnection, useVertexToEdgeConnection, useVertexToVertexConnectionpublic GraphWiseConvLayerConfig build()
public GraphWiseConvLayerConfigBuilder setWeightedAggregationProperty(java.lang.String neighborWeightProperty)
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
neighborWeightProperty - the property name