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 |
---|---|
oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig.LossFunction |
SupervisedGraphWiseModel.getLossFunction()
Deprecated.
since 21.4, use getLossFunctionClass instead Gets the old loss function enum
|
Modifier and Type | Method and Description |
---|---|
SupervisedGraphWiseModelBuilder |
SupervisedGraphWiseModelBuilder.setLossFunction(oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig.LossFunction lossFunction)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig.LossFunction |
SupervisedGraphWiseModelConfig.DEFAULT_LOSS_FUNCTION
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig.LossFunction |
SupervisedGraphWiseModelConfig.getLossFunction()
Deprecated.
|
static oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig.LossFunction |
SupervisedGraphWiseModelConfig.LossFunction.valueOf(java.lang.String name)
Deprecated.
|
static oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig.LossFunction[] |
SupervisedGraphWiseModelConfig.LossFunction.values()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SupervisedGraphWiseModelConfig.setLossFunction(oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig.LossFunction lossFunction)
Deprecated.
|
Constructor and Description |
---|
SupervisedGraphWiseModelConfig(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>> targetVertexLabelSets, boolean fitted, double trainingLoss, int inputFeatureDim, int edgeInputFeatureDim, oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig.LossFunction lossFunction, LossFunction lossFunctionClass, BatchGenerator batchGenerator, GraphWisePredictionLayerConfig[] predictionLayerConfigs, boolean normalize, java.lang.String vertexTargetPropertyName, LabelMaps labelMaps, GraphWiseModelConfig.Backend backend, GraphWiseModelConfig.GraphConvModelVariant variant) |