gsnn.gsnn.interpret.utils

Functions

plot_edge_importance(res[, pos, cmap, ...])

plot_node_importance(res, G[, pos, cmap, ...])

gsnn.gsnn.interpret.utils.plot_edge_importance(res, pos=None, cmap=matplotlib.pyplot.cm.coolwarm, title='', figsize=(4, 3), roots=None, leafs=None, interactive=False, save=None, dpi=300, colorbar_label='Edge Importance')[source]
gsnn.gsnn.interpret.utils.plot_node_importance(res, G, pos=None, cmap=matplotlib.pyplot.cm.coolwarm, title='', figsize=(4, 3), roots=None, leafs=None)[source]