| Package | Description |
|---|---|
| oracle.pgx.api |
This package contains the main Java APIs.
|
| oracle.pgx.api.mllib |
| 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(oracle.pgx.config.mllib.ActivationFunction activationFunction)
Set the activation function of the layer.
|
GraphWisePredictionLayerConfigBuilder |
GraphWisePredictionLayerConfigBuilder.setHiddenDimension(java.lang.Integer hiddenDimension)
Set the hidden dimension of the layer.
|
GraphWisePredictionLayerConfigBuilder |
GraphWisePredictionLayerConfigBuilder.setWeightInitScheme(oracle.pgx.config.mllib.WeightInitScheme weightInitScheme)
Sets the weight initialization scheme for the weights of the layer.
|