Uses of Class
dev.nm.algebra.linear.matrix.doubles.factorization.svd.SVD
-
Packages that use SVD Package Description dev.nm.stat.factor.pca -
-
Uses of SVD in dev.nm.stat.factor.pca
Methods in dev.nm.stat.factor.pca that return SVD Modifier and Type Method Description SVD
PCAbySVD. svd()
Gets the Singular Value Decomposition (SVD) of matrix X.
-