|
NICE
Northeastern Interactive Clustering Engine
|
#include <svd_solver.h>
Public Member Functions | |
| SvdSolver () | |
| void | Compute (const Matrix< T > &a) |
| Matrix< T > | MatrixU () const |
| Matrix< T > | MatrixV () const |
| Vector< T > | SingularValues () const |
| int | Rank (const Matrix< T > &a) |
|
inline |
|
inline |
Computation function that perform the actual SVD decomposition
| a | An arbitrary matrix |
|
inline |
Return the matrix U after SVD decomposition
| Void |
|
inline |
Return the matrix V after SVD decomposition
| Void |
|
inline |
Return the rank of a matrix through SVD decomposition
| a | An arbitrary matrix |
|
inline |
Return the singular values after SVD decomposition
| Void |
1.8.11