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 |
---|---|
GraphWiseDgiLayerConfigBuilder |
GraphWiseDgiLayerConfigBuilder.setReadoutFunction(GraphWiseDgiLayerConfig.ReadoutFunction readoutFunction)
Sets the readout function of the dgi layer
|
Modifier and Type | Field and Description |
---|---|
static GraphWiseDgiLayerConfig.ReadoutFunction |
GraphWiseDgiLayerConfig.DEFAULT_READOUT_FUNCTION
|
Modifier and Type | Method and Description |
---|---|
GraphWiseDgiLayerConfig.ReadoutFunction |
GraphWiseDgiLayerConfig.getReadoutFunction() |
static GraphWiseDgiLayerConfig.ReadoutFunction |
GraphWiseDgiLayerConfig.ReadoutFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphWiseDgiLayerConfig.ReadoutFunction[] |
GraphWiseDgiLayerConfig.ReadoutFunction.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphWiseDgiLayerConfig.setReadoutFunction(GraphWiseDgiLayerConfig.ReadoutFunction readoutFunction) |