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