public class EVDBased extends java.lang.Object implements CovarianceMatrixEVDCalculator
| Constructor and Description |
|---|
EVDBased() |
| Modifier and Type | Method and Description |
|---|---|
static Matrix |
calculateCovarianceMatrixOfCenteredData(Matrix data)
Calculate covariance matrix with an assumption that data matrix is
centered i.e.
|
EVDResult |
run(Matrix centeredData)
Calculate covariance matrix of the given data
|
public EVDResult run(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 Matrix calculateCovarianceMatrixOfCenteredData(Matrix data)
JHepSim. A part of HSTOOLS. version-1.2