Uses of Class
oracle.pgx.api.mllib.UnsupervisedGnnExplainer
Packages that use UnsupervisedGnnExplainer
Package
Description
This package contains graph machine learning tools for use with PGX.
-
Uses of UnsupervisedGnnExplainer in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib that return UnsupervisedGnnExplainerModifier and TypeMethodDescriptionUnsupervisedGraphWiseModel.gnnExplainer()Get a GnnExplainer object that can explain this model's predictions.UnsupervisedGnnExplainer.learningRate(double learningRate) Set the learning rate for the explainer.UnsupervisedGnnExplainer.marginalize(boolean marginalize) Set whether the explainer loss is marginalized over features.UnsupervisedGnnExplainer.numClusters(int numClusters) Set the number of clusters to use in the explainer loss.UnsupervisedGnnExplainer.numOptimizationSteps(int numOptimizationSteps) Set the number of optimization steps for the explainer.UnsupervisedGnnExplainer.numSamples(int numSamples) Set the number of vertex samples to use to optimize the explainer.