public interface SVDDecomposition
Modifier and Type | Method and Description |
---|---|
DiagonalMatrix |
D()
Get the D matrix as in SVD decomposition.
|
double[] |
getSingularValues()
Get the normalized, hence positive, singular values.
|
Matrix |
U()
Get the U matrix as in SVD decomposition.
|
Matrix |
Ut()
Get the transpose of U, i.e.,
U().t() . |
Matrix |
V()
Get the V matrix as in SVD decomposition.
|
double[] getSingularValues()
DiagonalMatrix D()
Matrix U()
Matrix Ut()
U().t()
.U().t()
Matrix V()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.