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 already been used for
multispaeti.MultispatiPCA.fit()so that eigenvalues have already been calculated.n_top (int, optional) – Plot the n_top highest and n_top lowest eigenvalues in a zoomed in view.
- Return type: