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.
|
Modifier and Type | Method and Description |
---|---|
GraphWiseDgiLayerConfig |
GraphWiseDgiLayerConfigBuilder.build()
Build the configuration
|
GraphWiseDgiLayerConfig |
UnsupervisedGraphWiseModel.getDgiLayerConfigs()
Gets the configuration object for the dgi layer
|
Modifier and Type | Method and Description |
---|---|
UnsupervisedGraphWiseModelBuilder |
UnsupervisedGraphWiseModelBuilder.setDgiLayerConfig(GraphWiseDgiLayerConfig layerConfig)
Set the dgi layer configurations (See
GraphWiseDgiLayerConfig . |
Modifier and Type | Field and Description |
---|---|
static GraphWiseDgiLayerConfig |
UnsupervisedGraphWiseModelConfig.DEFAULT_DGI_LAYER_CONFIG
one default initialized config (See
GraphWisePredictionLayerConfig ) |
Modifier and Type | Method and Description |
---|---|
GraphWiseDgiLayerConfig |
UnsupervisedGraphWiseModelConfig.getDgiLayerConfig() |
Modifier and Type | Method and Description |
---|---|
void |
UnsupervisedGraphWiseModelConfig.setDgiLayerConfig(GraphWiseDgiLayerConfig dgiLayerConfig) |
Constructor and Description |
---|
UnsupervisedGraphWiseModelConfig(int batchSize, int numEpochs, double learningRate, double weightDecay, int embeddingDim, java.lang.Integer seed, GraphWiseConvLayerConfig[] convLayerConfigs, boolean standardize, boolean shuffle, java.util.List<java.lang.String> vertexInputPropertyNames, java.util.List<java.lang.String> edgeInputPropertyNames, java.util.List<java.util.Set<java.lang.String>> targetVertexLabels, boolean fitted, double trainingLoss, int inputFeatureDim, int inputEdgeFeatureDim, UnsupervisedGraphWiseModelConfig.LossFunction lossFunction, GraphWiseDgiLayerConfig dgiLayerConfig, GraphWiseModelConfig.Backend backend, GraphWiseModelConfig.GraphConvModelVariant variant) |