public class EVDBased extends 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)
CovarianceMatrixEVDCalculator
run
in interface CovarianceMatrixEVDCalculator
centeredData
- data matrix where rows are the instances/samples and
columns are dimensions. It has to be centered.Jas4pp 1.5 © Java Analysis Studio for Particle Physics