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 SelfGraphWiseBaseConvLayerConfigBuilder. setActivationFunction(ActivationFunction activationFunction)Set the activation function for this layer (seeActivationFunction)GraphWisePredictionLayerConfigBuilderGraphWisePredictionLayerConfigBuilder. 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 ActivationFunctionGraphWiseBaseConvLayerConfig. DEFAULT_ACTIVATION_FUNCTIONstatic ActivationFunctionGraphWisePredictionLayerConfig. DEFAULT_ACTIVATION_FUNCTIONMethods in oracle.pgx.config.mllib that return ActivationFunction Modifier and Type Method Description ActivationFunctionGraphWiseBaseConvLayerConfig. getActivationFunction()ActivationFunctionGraphWisePredictionLayerConfig. getActivationFunction()static ActivationFunctionActivationFunction. 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 voidGraphWiseBaseConvLayerConfig. setActivationFunction(ActivationFunction activationFunction)voidGraphWisePredictionLayerConfig. setActivationFunction(ActivationFunction activationFunction)
-