public class EVDBased extends Object implements CovarianceMatrixEVDCalculator
| Constructor and Description |
|---|
EVDBased() |
| Modifier and Type | Method and Description |
|---|---|
static Jama.Matrix |
calculateCovarianceMatrixOfCenteredData(Jama.Matrix data)
Calculate covariance matrix with an assumption that data matrix is
centered i.e.
|
EVDResult |
run(Jama.Matrix centeredData)
Calculate covariance matrix of the given data
|
public EVDResult run(Jama.Matrix centeredData)
CovarianceMatrixEVDCalculatorrun in interface CovarianceMatrixEVDCalculatorcenteredData - data matrix where rows are the instances/samples and
columns are dimensions. It has to be centered.public static Jama.Matrix calculateCovarianceMatrixOfCenteredData(Jama.Matrix data)
DMelt 2.0 © DataMelt by jWork.ORG