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 SupervisedGnnExplainerSupervisedGraphWiseModel. gnnExplainer()Get a GnnExplainer object that can explain this model's predictions.SupervisedGnnExplainerSupervisedGnnExplainer. learningRate(double learningRate)Set the learning rate for the explainer.SupervisedGnnExplainerSupervisedGnnExplainer. marginalize(boolean marginalize)Set whether the explainer loss is marginalized over features.SupervisedGnnExplainerSupervisedGnnExplainer. numOptimizationSteps(int numOptimizationSteps)Set the number of optimization steps for the explainer.
-