Interface | Description |
---|---|
SingularValueDecomposer |
Perform singular value decomposition (and pseudoinverse calculation).
|
SVD |
Interface for SVD implementation.
|
Class | Description |
---|---|
ApacheSingularValueDecomposer |
Perform singular value decomposition (and pseudoinverse calculation) in pure Java, Commons Math.
|
OjAlgoSingularValueDecomposer |
SVD using the ojAlgo library.
|
SimpleSVD |
Simple implementation of the SVD interface for storing the matrices (and vector) of a SVD result.
|
SparkSingularValueDecomposer |
SVD using MLLib
|
SVDFactory |
Entry point for creating an instance of SVD.
|