Uses of Class
oracle.pgx.api.mllib.SupervisedGnnExplainer
-
Packages that use SupervisedGnnExplainer Package Description oracle.pgx.api.mllib This package contains graph machine learning tools for use with PGX. -
-
Uses of SupervisedGnnExplainer in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib that return SupervisedGnnExplainer Modifier and Type Method 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.
-