| Package | Description |
|---|---|
| oracle.pgx.api.mllib |
This package contains graph machine learning tools for use with PGX.
|
| Modifier and Type | Method and Description |
|---|---|
<ID> SupervisedGnnExplanation<ID> |
SupervisedGraphWiseModel.inferAndGetExplanation(PgxGraph graph, PgxVertex<ID> vertex)
Blocking version of
SupervisedGraphWiseModel.inferAndGetExplanation(PgxGraph, PgxVertex). |
<ID> SupervisedGnnExplanation<ID> |
SupervisedGraphWiseModel.inferAndGetExplanation(PgxGraph graph, PgxVertex<ID> vertex, float threshold)
Blocking version of
SupervisedGraphWiseModel.inferAndGetExplanation(PgxGraph, PgxVertex). |
| Modifier and Type | Method and Description |
|---|---|
<ID> PgxFuture<SupervisedGnnExplanation<ID>> |
SupervisedGraphWiseModel.inferAndGetExplanationAsync(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>> |
SupervisedGraphWiseModel.inferAndGetExplanationAsync(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.
|