| 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 |
|---|---|
GraphWiseAttentionLayerConfigBuilder |
Analyst.graphWiseAttentionLayerConfigBuilder()
Return a GraphWiseAttentionLayerConfigBuilder used to create a GraphWiseAttentionLayerConfig
|
| Modifier and Type | Method and Description |
|---|---|
GraphWiseAttentionLayerConfigBuilder |
GraphWiseAttentionLayerConfigBuilder.setHeadAggregation(AggregationOperation aggregationOperation)
Set the aggregation operation for this layer (see
AggregationOperation) |
GraphWiseAttentionLayerConfigBuilder |
GraphWiseAttentionLayerConfigBuilder.setNumHeads(int numHeads)
Set the number of heads that will be used in this layer.
|