News

We use matplotlib for plotting in python. We also have to convert SymPy matrices to NumPy arrays prior to plotting. Therefore, we prefer to define vectors as NumPy arrays if we intend to just plot ...
All of these are built on the base class :class:`~:fanc.plotting.base_plotter.BasePlotterMatrix`, so they share of lot of options and functionality. Let's look at each of them in turn. ..
def plot_confusion_matrix(cm, classes, normalize=False, title='Confusion matrix', cmap=plt.cm.Blues, filename='confusion_matrix.png'): This function prints and plots the confusion matrix.