ID
- the vertex ID type.public class GnnExplanation<ID>
extends java.lang.Object
GraphWiseModel
Modifier and Type | Method and Description |
---|---|
float[] |
getEmbedding()
Gets the inferred embedding of the specified vertex.
|
PgxGraph |
getImportanceGraph()
Gets the importance Graph, that is, the computation graph with an additional vertex property indicating vertex importance.
|
java.util.Map<VertexProperty<ID,?>,java.lang.Float> |
getVertexFeatureImportance()
Gets the feature importances as a map from property to importance value.
|
VertexProperty<ID,java.lang.Float> |
getVertexImportanceProperty()
Gets the vertex property that contains the computed vertex importance.
|
public float[] getEmbedding()
public PgxGraph getImportanceGraph()
getVertexImportanceProperty()
}.public java.util.Map<VertexProperty<ID,?>,java.lang.Float> getVertexFeatureImportance()
public VertexProperty<ID,java.lang.Float> getVertexImportanceProperty()