Uses of Class
oracle.pgx.api.mllib.UnsupervisedGnnExplainer
-
Packages that use UnsupervisedGnnExplainer Package Description oracle.pgx.api.mllib 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 UnsupervisedGnnExplainer Modifier and Type Method Description UnsupervisedGnnExplainerUnsupervisedGraphWiseModel. gnnExplainer()Get a GnnExplainer object that can explain this model's predictions.UnsupervisedGnnExplainerUnsupervisedGnnExplainer. learningRate(double learningRate)Set the learning rate for the explainer.UnsupervisedGnnExplainerUnsupervisedGnnExplainer. marginalize(boolean marginalize)Set whether the explainer loss is marginalized over features.UnsupervisedGnnExplainerUnsupervisedGnnExplainer. numClusters(int numClusters)Set the number of clusters to use in the explainer loss.UnsupervisedGnnExplainerUnsupervisedGnnExplainer. numOptimizationSteps(int numOptimizationSteps)Set the number of optimization steps for the explainer.UnsupervisedGnnExplainerUnsupervisedGnnExplainer. numSamples(int numSamples)Set the number of vertex samples to use to optimize the explainer.
-