public class GraphWiseDominantLayerConfigBuilder
extends java.lang.Object
GraphWiseDominantLayerConfig
.Constructor and Description |
---|
GraphWiseDominantLayerConfigBuilder() |
Modifier and Type | Method and Description |
---|---|
GraphWiseDominantLayerConfig |
build()
Build the configuration
|
GraphWiseDominantLayerConfigBuilder |
setAlpha(double alpha)
Set the alpha weight, the proportion of importance of feature reconstruction over graph structure reconstruction
|
GraphWiseDominantLayerConfigBuilder |
setDecoderLayerConfigs(GraphWisePredictionLayerConfig... layerConfigs)
Set the decoder layer configurations (See
GraphWisePredictionLayerConfig . |
public GraphWiseDominantLayerConfig build()
public GraphWiseDominantLayerConfigBuilder setAlpha(double alpha)
alpha
- feature reconstruction weightspublic GraphWiseDominantLayerConfigBuilder setDecoderLayerConfigs(GraphWisePredictionLayerConfig... layerConfigs)
GraphWisePredictionLayerConfig
.
You must pass at least one prediction layer config (or leave it as default).
Note that an additional layer will be inserted in the end for which:
default: null
layerConfigs
- layer configs