Package oracle.pgx.api.mllib
Class UnsupervisedGnnExplanation<ID>
- java.lang.Object
-
- oracle.pgx.api.mllib.GnnExplanation<ID>
-
- oracle.pgx.api.mllib.UnsupervisedGnnExplanation<ID>
-
- Type Parameters:
ID
- the vertex ID type.
public class UnsupervisedGnnExplanation<ID> extends GnnExplanation<ID>
Explanation of a prediction made by aSupervisedGraphWiseModel
-
-
Method Summary
-
Methods inherited from class oracle.pgx.api.mllib.GnnExplanation
getEmbedding, getImportanceGraph, getVertexFeatureImportance, getVertexImportanceProperty
-
-