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.
|
Modifier and Type | Method and Description |
---|---|
GraphWisePredictionLayerConfigBuilder |
Analyst.graphWisePredictionLayerConfigBuilder()
Return a GraphWisePredictionLayerConfigBuilder used to create a GraphWiseLayerConfig
|
Modifier and Type | Method and 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.
|