Package oracle.pgx.api.mllib
Class SupervisedGnnExplanation<ID>
- java.lang.Object
-
- oracle.pgx.api.mllib.GnnExplanation<ID>
-
- oracle.pgx.api.mllib.SupervisedGnnExplanation<ID>
-
- Type Parameters:
ID
- the vertex ID type.
public class SupervisedGnnExplanation<ID> extends GnnExplanation<ID>
Explanation of a prediction made by aSupervisedGraphWiseModel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getLabel()
Gets the inferred label for the specified vertex.float[]
getLogits()
Gets the inferred logits for the specified vertex.-
Methods inherited from class oracle.pgx.api.mllib.GnnExplanation
getEmbedding, getImportanceGraph, getVertexFeatureImportance, getVertexImportanceProperty
-
-