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 SelfGraphWiseBaseConvLayerConfigBuilder. setWeightInitScheme(WeightInitScheme weightInitScheme)Set the weight initialization scheme for the weights of this layer.GraphWisePredictionLayerConfigBuilderGraphWisePredictionLayerConfigBuilder. 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 WeightInitSchemeGraphWiseBaseConvLayerConfig. DEFAULT_WEIGHT_INIT_SCHEMEstatic WeightInitSchemeGraphWisePredictionLayerConfig. DEFAULT_WEIGHT_INIT_SCHEMEMethods in oracle.pgx.config.mllib that return WeightInitScheme Modifier and Type Method Description WeightInitSchemeGraphWiseBaseConvLayerConfig. getWeightInitScheme()WeightInitSchemeGraphWisePredictionLayerConfig. getWeightInitScheme()static WeightInitSchemeWeightInitScheme. 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 voidGraphWiseBaseConvLayerConfig. setWeightInitScheme(WeightInitScheme weightInitScheme)voidGraphWisePredictionLayerConfig. setWeightInitScheme(WeightInitScheme weightInitScheme)
-