Package | Description |
---|---|
oracle.pgx.config.mllib |
This package contains APIs to all graph machine learning features of PGX.
|
Modifier and Type | Field and Description |
---|---|
static oracle.pgx.config.mllib.SupervisedEdgeWiseModelConfig.LossFunction |
SupervisedEdgeWiseModelConfig.DEFAULT_LOSS_FUNCTION
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
oracle.pgx.config.mllib.SupervisedEdgeWiseModelConfig.LossFunction |
SupervisedEdgeWiseModelConfig.getLossFunction()
Deprecated.
|
static oracle.pgx.config.mllib.SupervisedEdgeWiseModelConfig.LossFunction |
SupervisedEdgeWiseModelConfig.LossFunction.valueOf(java.lang.String name)
Deprecated.
|
static oracle.pgx.config.mllib.SupervisedEdgeWiseModelConfig.LossFunction[] |
SupervisedEdgeWiseModelConfig.LossFunction.values()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SupervisedEdgeWiseModelConfig.setLossFunction(oracle.pgx.config.mllib.SupervisedEdgeWiseModelConfig.LossFunction lossFunction)
Deprecated.
|
Constructor and Description |
---|
SupervisedEdgeWiseModelConfig(int batchSize, int numEpochs, double learningRate, double weightDecay, int embeddingDim, java.lang.Integer edgeEmbeddingDim, 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>> targetEdgeLabelSets, boolean fitted, double trainingLoss, int inputFeatureDim, int edgeInputFeatureDim, oracle.pgx.config.mllib.SupervisedEdgeWiseModelConfig.LossFunction lossFunction, LossFunction lossFunctionClass, BatchGenerator batchGenerator, GraphWisePredictionLayerConfig[] predictionLayerConfigs, boolean normalize, java.lang.String edgeTargetPropertyName, LabelMaps labelMaps, GraphWiseBaseModelConfig.Backend backend, EdgeCombinationMethod edgeCombinationMethod, EdgeWiseModelConfig.EdgeWiseConvModelVariant variant) |