Package | Description |
---|---|
oracle.pgx.api.mllib |
This package contains graph machine learning tools for use with PGX.
|
Modifier and Type | Method and Description |
---|---|
SupervisedGnnExplainer |
SupervisedGraphWiseModel.gnnExplainer()
Get a GnnExplainer object that can explain this model's predictions.
|
SupervisedGnnExplainer |
SupervisedGnnExplainer.learningRate(double learningRate)
Set the learning rate for the explainer.
|
SupervisedGnnExplainer |
SupervisedGnnExplainer.marginalize(boolean marginalize)
Set whether the explainer loss is marginalized over features.
|
SupervisedGnnExplainer |
SupervisedGnnExplainer.numOptimizationSteps(int numOptimizationSteps)
Set the number of optimization steps for the explainer.
|