dlpy.model.Model.plot_heat_map

Model.plot_heat_map(idx=0, alpha=0.2)

Display the heat maps analysis results

Displays plot of three images: original, overlayed image and heat map, from left to right.

Parameters
idxint, optional

Specifies the image to be displayed, starting from 0.

alphadouble, optional

Specifies transparent ratio of the heat map in the overlayed image. Must be a numeric between 0 and 1.