Uses of Class
oracle.pgx.config.mllib.WeightInitScheme
-
Packages that use WeightInitScheme 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 WeightInitScheme in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib with parameters of type WeightInitScheme Modifier and Type Method Description Self
GraphWiseBaseConvLayerConfigBuilder. setWeightInitScheme(WeightInitScheme weightInitScheme)
Set the weight initialization scheme for the weights of this layer.GraphWisePredictionLayerConfigBuilder
GraphWisePredictionLayerConfigBuilder. setWeightInitScheme(WeightInitScheme weightInitScheme)
Sets the weight initialization scheme for the weights of the layer. -
Uses of WeightInitScheme in oracle.pgx.config.mllib
Fields in oracle.pgx.config.mllib declared as WeightInitScheme Modifier and Type Field Description static WeightInitScheme
GraphWiseBaseConvLayerConfig. DEFAULT_WEIGHT_INIT_SCHEME
static WeightInitScheme
GraphWisePredictionLayerConfig. DEFAULT_WEIGHT_INIT_SCHEME
Methods in oracle.pgx.config.mllib that return WeightInitScheme Modifier and Type Method Description WeightInitScheme
GraphWiseBaseConvLayerConfig. getWeightInitScheme()
WeightInitScheme
GraphWisePredictionLayerConfig. getWeightInitScheme()
static WeightInitScheme
WeightInitScheme. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WeightInitScheme[]
WeightInitScheme. 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 WeightInitScheme Modifier and Type Method Description void
GraphWiseBaseConvLayerConfig. setWeightInitScheme(WeightInitScheme weightInitScheme)
void
GraphWisePredictionLayerConfig. setWeightInitScheme(WeightInitScheme weightInitScheme)
-