| Package | Description |
|---|---|
| oracle.pgx.api.mllib |
This package contains graph machine learning tools for use with PGX.
|
| oracle.pgx.config.mllib |
This package contains APIs to all graph machine learning features of PGX.
|
| oracle.pgx.config.mllib.corruption |
This package contains classes for feature corruption functions.
|
| Modifier and Type | Method and Description |
|---|---|
GraphWiseDgiLayerConfigBuilder |
GraphWiseDgiLayerConfigBuilder.setCorruptionFunction(CorruptionFunction corruptionFunction)
Sets the corruption function of the dgi layer
|
| Modifier and Type | Field and Description |
|---|---|
static CorruptionFunction |
GraphWiseDgiLayerConfig.DEFAULT_CORRUPTION_FUNCTION
CorruptionFunction#PERMUTATION |
| Modifier and Type | Method and Description |
|---|---|
CorruptionFunction |
GraphWiseDgiLayerConfig.getCorruptionFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphWiseDgiLayerConfig.setCorruptionFunction(CorruptionFunction corruptionFunction) |
| Modifier and Type | Class and Description |
|---|---|
class |
PermutationCorruption |