Package | Description |
---|---|
oracle.pgx.api.mllib |
This package contains graph machine learning tools for use with PGX.
|
oracle.pgx.config.mllib |
This package contains APIs to all graph machine learning features of PGX.
|
Modifier and Type | Method and Description |
---|---|
GraphWisePredictionLayerConfigBuilder |
GraphWisePredictionLayerConfigBuilder.setWeightInitScheme(WeightInitScheme weightInitScheme)
Sets the weight initialization scheme for the weights of the layer.
|
GraphWiseConvLayerConfigBuilder |
GraphWiseConvLayerConfigBuilder.setWeightInitScheme(WeightInitScheme weightInitScheme)
Set the weight initialization scheme for the weights of this layer.
|
Modifier and Type | Field and Description |
---|---|
static WeightInitScheme |
GraphWiseConvLayerConfig.DEFAULT_WEIGHT_INIT_SCHEME
|
static WeightInitScheme |
GraphWisePredictionLayerConfig.DEFAULT_WEIGHT_INIT_SCHEME
|
Modifier and Type | Method and Description |
---|---|
WeightInitScheme |
GraphWiseConvLayerConfig.getWeightInitScheme() |
WeightInitScheme |
GraphWisePredictionLayerConfig.getWeightInitScheme() |
static WeightInitScheme |
WeightInitScheme.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WeightInitScheme[] |
WeightInitScheme.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphWiseConvLayerConfig.setWeightInitScheme(WeightInitScheme weightInitScheme) |
void |
GraphWisePredictionLayerConfig.setWeightInitScheme(WeightInitScheme weightInitScheme) |