Uses of Class
oracle.pgx.config.mllib.ActivationFunction
-
Packages that use ActivationFunction 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. -
-
Uses of ActivationFunction in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib with parameters of type ActivationFunction Modifier and Type Method Description Self
GraphWiseBaseConvLayerConfigBuilder. setActivationFunction(ActivationFunction activationFunction)
Set the activation function for this layer (seeActivationFunction
)GraphWisePredictionLayerConfigBuilder
GraphWisePredictionLayerConfigBuilder. setActivationFunction(ActivationFunction activationFunction)
Set the activation function of the layer. -
Uses of ActivationFunction in oracle.pgx.config.mllib
Fields in oracle.pgx.config.mllib declared as ActivationFunction Modifier and Type Field Description static ActivationFunction
GraphWiseBaseConvLayerConfig. DEFAULT_ACTIVATION_FUNCTION
static ActivationFunction
GraphWisePredictionLayerConfig. DEFAULT_ACTIVATION_FUNCTION
Methods in oracle.pgx.config.mllib that return ActivationFunction Modifier and Type Method Description ActivationFunction
GraphWiseBaseConvLayerConfig. 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.Methods in oracle.pgx.config.mllib with parameters of type ActivationFunction Modifier and Type Method Description void
GraphWiseBaseConvLayerConfig. setActivationFunction(ActivationFunction activationFunction)
void
GraphWisePredictionLayerConfig. setActivationFunction(ActivationFunction activationFunction)
-