Uses of Class
oracle.pgx.config.mllib.GraphWiseDgiLayerConfig.ReadoutFunction
-
Packages that use GraphWiseDgiLayerConfig.ReadoutFunction 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 GraphWiseDgiLayerConfig.ReadoutFunction in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib with parameters of type GraphWiseDgiLayerConfig.ReadoutFunction Modifier and Type Method Description GraphWiseDgiLayerConfigBuilder
GraphWiseDgiLayerConfigBuilder. setReadoutFunction(GraphWiseDgiLayerConfig.ReadoutFunction readoutFunction)
Sets the readout function of the dgi layer -
Uses of GraphWiseDgiLayerConfig.ReadoutFunction in oracle.pgx.config.mllib
Fields in oracle.pgx.config.mllib declared as GraphWiseDgiLayerConfig.ReadoutFunction Modifier and Type Field Description static GraphWiseDgiLayerConfig.ReadoutFunction
GraphWiseDgiLayerConfig. DEFAULT_READOUT_FUNCTION
Methods in oracle.pgx.config.mllib that return GraphWiseDgiLayerConfig.ReadoutFunction Modifier and Type Method 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.Methods in oracle.pgx.config.mllib with parameters of type GraphWiseDgiLayerConfig.ReadoutFunction Modifier and Type Method Description void
GraphWiseDgiLayerConfig. setReadoutFunction(GraphWiseDgiLayerConfig.ReadoutFunction readoutFunction)
-