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> |
SupervisedGnnExplainer.inferAndExplain(PgxGraph graph, PgxVertex<ID> vertex)
Blocking version of
SupervisedGnnExplainer.inferAndExplainAsync(PgxGraph, PgxVertex) . |
<ID> SupervisedGnnExplanation<ID> |
SupervisedGnnExplainer.inferAndExplain(PgxGraph graph, PgxVertex<ID> vertex, float threshold)
Blocking version of
SupervisedGnnExplainer.inferAndExplainAsync(PgxGraph, PgxVertex, float) . |
<ID> SupervisedGnnExplanation<ID> |
SupervisedGraphWiseModel.inferAndGetExplanation(PgxGraph graph, PgxVertex<ID> vertex)
Deprecated.
since 22.2 - use
SupervisedGnnExplainer.inferAndExplain(PgxGraph, PgxVertex) instead |
<ID> SupervisedGnnExplanation<ID> |
SupervisedGraphWiseModel.inferAndGetExplanation(PgxGraph graph, PgxVertex<ID> vertex, float threshold)
Deprecated.
since 22.2 - use
SupervisedGnnExplainer.inferAndExplain(PgxGraph, PgxVertex, float) instead |
Modifier and Type | Method and 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.
|
<ID> PgxFuture<SupervisedGnnExplanation<ID>> |
SupervisedGraphWiseModel.inferAndGetExplanationAsync(PgxGraph graph, PgxVertex<ID> vertex)
Deprecated.
since 22.2 - use
SupervisedGnnExplainer.inferAndExplainAsync(PgxGraph, PgxVertex) instead |
<ID> PgxFuture<SupervisedGnnExplanation<ID>> |
SupervisedGraphWiseModel.inferAndGetExplanationAsync(PgxGraph graph, PgxVertex<ID> vertex, float threshold)
Deprecated.
since 22.2 - use
SupervisedGnnExplainer.inferAndExplainAsync(PgxGraph, PgxVertex, float) instead |