Uses of Class
oracle.pgx.api.mllib.UnsupervisedGnnExplanation
-
Packages that use UnsupervisedGnnExplanation Package Description oracle.pgx.api.mllib This package contains graph machine learning tools for use with PGX. -
-
Uses of UnsupervisedGnnExplanation in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib that return UnsupervisedGnnExplanation Modifier and Type Method Description <ID> UnsupervisedGnnExplanation<ID>UnsupervisedGnnExplainer. inferAndExplain(PgxGraph graph, PgxVertex<ID> vertex)Blocking version ofUnsupervisedGnnExplainer.inferAndExplainAsync(PgxGraph, PgxVertex).Methods in oracle.pgx.api.mllib that return types with arguments of type UnsupervisedGnnExplanation Modifier and Type Method Description <ID> PgxFuture<UnsupervisedGnnExplanation<ID>>UnsupervisedGnnExplainer. inferAndExplainAsync(PgxGraph graph, PgxVertex<ID> vertex)Performs inference on the specified vertex and generates an explanation that contains scores of how important each property and each vertex in the computation graph is for the prediction.
-