public class GraphWiseConvLayerConfig extends GraphWiseBaseConvLayerConfig
GraphWiseConvLayerConfigBuilder
for a description of the hyperparameters.GraphWiseBaseConvLayerConfig.ConvLayerType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_NEIGHBOR_WEIGHT_PROPERTY_NAME
null
|
DEFAULT_ACTIVATION_FUNCTION, DEFAULT_DROPOUT_RATE, DEFAULT_NUM_SAMPLED_NEIGHBORS, DEFAULT_WEIGHT_INIT_SCHEME
Constructor and Description |
---|
GraphWiseConvLayerConfig() |
GraphWiseConvLayerConfig(GraphWiseConvLayerConfig source) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNeighborWeightPropertyName() |
void |
setWeightedAggregationProperty(java.lang.String neighborWeightPropertyName) |
getActivationFunction, getConvLayerType, getDropoutRate, getEdgeToEdgeConnection, getEdgeToVertexConnection, getNumSampledNeighbors, getVertexToEdgeConnection, getVertexToVertexConnection, getWeightInitScheme, setActivationFunction, setDropoutRate, setNumSampledNeighbors, setWeightInitScheme, useEdgeToEdgeConnection, useEdgeToVertexConnection, useVertexToEdgeConnection, useVertexToVertexConnection
public static final java.lang.String DEFAULT_NEIGHBOR_WEIGHT_PROPERTY_NAME
public GraphWiseConvLayerConfig()
public GraphWiseConvLayerConfig(GraphWiseConvLayerConfig source)
public java.lang.String getNeighborWeightPropertyName()
getNeighborWeightPropertyName
in class GraphWiseBaseConvLayerConfig
public void setWeightedAggregationProperty(java.lang.String neighborWeightPropertyName)