plot_eigenvalues
- class multispaeti.plot_eigenvalues(msPCA, *, n_top=None)
Plot the eigenvalues of the MULTISPATI-PCA.
- Parameters:
msPCA (MultispatiPCA) – An instance of MultispatiPCA that has been fitted so that the eigenvalues have been calculated.
n_top (int, optional) – Plot the n_top highest and n_top lowest eigenvalues in a zoomed in view.
- Return type:
- Raises:
ModuleNotFoundError – If matplotlib is not installed.
NotFittedError – If the MultispatiPCA has not been fitted.