RSpectra icon indicating copy to clipboard operation
RSpectra copied to clipboard

Choose the number of components dynamically

Open privefl opened this issue 3 years ago • 0 comments

Say I know the total variance of the matrix, and want to get 99% of that (let's call that T).

Instead of specifying k, would it be possible to implement a version of e.g. eigs_sym() that stops when sum(eigs$values^2) is larger than T?

privefl avatar Oct 24 '22 09:10 privefl