Package | Description |
---|---|
edu.ucla.sspace.matrix |
Modifier and Type | Method and Description |
---|---|
static SVD.Algorithm |
SVD.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVD.Algorithm[] |
SVD.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MatrixFactorization |
SVD.getFactorization(SVD.Algorithm alg)
Returns the
MatrixFactorization implementation corresponding to
the SVD.Algorithm name. |
static Matrix[] |
SVD.svd(File matrix,
SVD.Algorithm alg,
int dimensions)
Deprecated.
|
static Matrix[] |
SVD.svd(File matrix,
SVD.Algorithm alg,
MatrixIO.Format format,
int dimensions)
Deprecated.
|
static Matrix[] |
SVD.svd(Matrix m,
SVD.Algorithm algorithm,
int dimensions)
Deprecated.
|
Copyright © 2012. All Rights Reserved.