athena.kas.KernelActiveSubspaces.plot_eigenvalues

KernelActiveSubspaces.plot_eigenvalues(n_evals=None, filename=None, figsize=(8, 8), title='')

Plot the eigenvalues.

Parameters
  • 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.

Raises

TypeError

Warning

self.fit has to be called in advance.