Uses of Class
oracle.pgx.config.mllib.GraphWiseBaseConvLayerConfig.ConvLayerType
-
Packages that use GraphWiseBaseConvLayerConfig.ConvLayerType Package Description oracle.pgx.config.mllib This package contains APIs to all graph machine learning features of PGX. -
-
Uses of GraphWiseBaseConvLayerConfig.ConvLayerType in oracle.pgx.config.mllib
Methods in oracle.pgx.config.mllib that return GraphWiseBaseConvLayerConfig.ConvLayerType Modifier and Type Method Description GraphWiseBaseConvLayerConfig.ConvLayerTypeGraphWiseBaseConvLayerConfig. getConvLayerType()static GraphWiseBaseConvLayerConfig.ConvLayerTypeGraphWiseBaseConvLayerConfig.ConvLayerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GraphWiseBaseConvLayerConfig.ConvLayerType[]GraphWiseBaseConvLayerConfig.ConvLayerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-