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.setActivationFunction(ActivationFunction activationFunction)
Set the activation function of the layer.
|
GraphWiseConvLayerConfigBuilder |
GraphWiseConvLayerConfigBuilder.setActivationFunction(ActivationFunction activationFunction)
Set the activation function for this layer (see
ActivationFunction ) |
Modifier and Type | Field and Description |
---|---|
static ActivationFunction |
GraphWiseConvLayerConfig.DEFAULT_ACTIVATION_FUNCTION
|
static ActivationFunction |
GraphWisePredictionLayerConfig.DEFAULT_ACTIVATION_FUNCTION
|
Modifier and Type | Method and Description |
---|---|
ActivationFunction |
GraphWiseConvLayerConfig.getActivationFunction() |
ActivationFunction |
GraphWisePredictionLayerConfig.getActivationFunction() |
static ActivationFunction |
ActivationFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActivationFunction[] |
ActivationFunction.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.setActivationFunction(ActivationFunction activationFunction) |
void |
GraphWisePredictionLayerConfig.setActivationFunction(ActivationFunction activationFunction) |