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 GraphWisePredictionLayerConfigBuilder
Analyst. 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 GraphWisePredictionLayerConfigBuilder
GraphWisePredictionLayerConfigBuilder. setActivationFunction(ActivationFunction activationFunction)
Set the activation function of the layer.GraphWisePredictionLayerConfigBuilder
GraphWisePredictionLayerConfigBuilder. setDropoutRate(double dropoutRate)
Set the dropout rate for this layer.GraphWisePredictionLayerConfigBuilder
GraphWisePredictionLayerConfigBuilder. setHiddenDimension(java.lang.Integer hiddenDimension)
Set the hidden dimension of the layer.GraphWisePredictionLayerConfigBuilder
GraphWisePredictionLayerConfigBuilder. setWeightInitScheme(WeightInitScheme weightInitScheme)
Sets the weight initialization scheme for the weights of the layer.
-