ActiveSubspaces.
plot_eigenvalues
Plot the eigenvalues.
n_evals (int) – number of eigenvalues to plot. If not provided all the eigenvalues will be plotted.
filename (str) – if specified, the plot is saved at filename.
figsize (tuple(int,int)) – tuple in inches defining the figure size. Default is (8, 8).
title (str) – title of the plot.
TypeError
Warning
self.fit has to be called in advance.