def save_cvnn_plot(self, name='cvnn_plot'): _plot_cvnn_(self.cvnn_table, save=True, n=name)
def show_cvnn_plot(self): _plot_cvnn_(self.cvnn_table)