tumourkit.segmentation.evaluate.save_debug_matrix
- tumourkit.segmentation.evaluate.save_debug_matrix(mat: ndarray, save_path: str) None
Saves a confusion matrix in CSV format for debug purposes.
- Parameters:
mat (np.ndarray) – The confusion matrix to be saved.
save_path (str) – The file path where the CSV file will be saved.