Uses of Class
oracle.pgx.api.mllib.GraphWisePredictionLayerConfigBuilder
-
Packages that use GraphWisePredictionLayerConfigBuilder Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.api.mllib This package contains graph machine learning tools for use with PGX. -
-
Uses of GraphWisePredictionLayerConfigBuilder in oracle.pgx.api
Methods in oracle.pgx.api that return GraphWisePredictionLayerConfigBuilder Modifier and Type Method Description GraphWisePredictionLayerConfigBuilderAnalyst. graphWisePredictionLayerConfigBuilder()Return a GraphWisePredictionLayerConfigBuilder used to create a GraphWiseLayerConfig -
Uses of GraphWisePredictionLayerConfigBuilder in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib that return GraphWisePredictionLayerConfigBuilder Modifier and Type Method Description GraphWisePredictionLayerConfigBuilderGraphWisePredictionLayerConfigBuilder. setActivationFunction(ActivationFunction activationFunction)Set the activation function of the layer.GraphWisePredictionLayerConfigBuilderGraphWisePredictionLayerConfigBuilder. setDropoutRate(double dropoutRate)Set the dropout rate for this layer.GraphWisePredictionLayerConfigBuilderGraphWisePredictionLayerConfigBuilder. setHiddenDimension(java.lang.Integer hiddenDimension)Set the hidden dimension of the layer.GraphWisePredictionLayerConfigBuilderGraphWisePredictionLayerConfigBuilder. setWeightInitScheme(WeightInitScheme weightInitScheme)Sets the weight initialization scheme for the weights of the layer.
-