Uses of Class
oracle.pgx.api.mllib.SupervisedGnnExplanation
-
Packages that use SupervisedGnnExplanation Package Description oracle.pgx.api.mllib This package contains graph machine learning tools for use with PGX. -
-
Uses of SupervisedGnnExplanation in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib that return SupervisedGnnExplanation Modifier and Type Method Description <ID> SupervisedGnnExplanation<ID>
SupervisedGnnExplainer. inferAndExplain(PgxGraph graph, PgxVertex<ID> vertex)
Blocking version ofSupervisedGnnExplainer.inferAndExplainAsync(PgxGraph, PgxVertex)
.<ID> SupervisedGnnExplanation<ID>
SupervisedGnnExplainer. inferAndExplain(PgxGraph graph, PgxVertex<ID> vertex, float threshold)
Blocking version ofSupervisedGnnExplainer.inferAndExplainAsync(PgxGraph, PgxVertex, float)
.Methods in oracle.pgx.api.mllib that return types with arguments of type SupervisedGnnExplanation Modifier and Type Method Description <ID> PgxFuture<SupervisedGnnExplanation<ID>>
SupervisedGnnExplainer. 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.<ID> PgxFuture<SupervisedGnnExplanation<ID>>
SupervisedGnnExplainer. inferAndExplainAsync(PgxGraph graph, PgxVertex<ID> vertex, float threshold)
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.
-