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 |
---|---|
GraphWiseDominantLayerConfigBuilder |
Analyst.graphWiseDominantLayerConfigBuilder()
Return a GraphWiseDominantLayerConfigBuilder used to create a GraphWiseDominantLayerConfig
|
Modifier and Type | Method and Description |
---|---|
GraphWiseDominantLayerConfigBuilder |
GraphWiseDominantLayerConfigBuilder.setAlpha(double alpha)
Set the alpha weight, the proportion of importance of feature reconstruction over graph structure reconstruction
|
GraphWiseDominantLayerConfigBuilder |
GraphWiseDominantLayerConfigBuilder.setDecoderLayerConfigs(GraphWisePredictionLayerConfig... layerConfigs)
Set the decoder layer configurations (See
GraphWisePredictionLayerConfig . |