Class | Description |
---|---|
AbstractSvd |
An abstract base class for any Singular Value Decomposition implementation.
|
NonNegativeMatrixFactorizationMultiplicative |
The most basic Non-Negative Matrix Factorization implementation.
|
NonNegativeMatrixFactorizationOPL |
A simple implementation of Non-Negative Matrix Factorization.
|
SingularValueDecompositionLibC |
A wrapper around the LibC implentation of Singular Value Decomposition.
|
SingularValueDecompositionLibJ |
A wrapper around the
SvdlibjDriver that implements the MatrixFactorization interface. |
SingularValueDecompositionMatlab |
A wrapper around the Matlab implementation of the SVD.
|
SingularValueDecompositionOctave |
A wrapper around the Octave implementation of the SVD.
|
Copyright © 2012. All Rights Reserved.