Package gov.nih.mipav.model.algorithms
Class libdt.CovMatrix
java.lang.Object
gov.nih.mipav.model.algorithms.libdt.CovMatrix
- Enclosing class:
libdt
-
Field Summary
FieldsModifier and TypeFieldDescriptioninvalid input: '<' storage for the covariance matrix. full matrix is [n x n]; diagonal matrix is [n x 1]; iid matrix is [1 x 1].invalid input: '<' dimension of the (square) covariance matrix.intinvalid input: '<' type of covariance matrixdoubleinvalid input: '<' type of regularization to be used -
Constructor Summary
ConstructorsConstructorDescriptioncache the matrix square-root of the covariance matrix.CovMatrix(int n, libdt.cov_type covopt) -
Method Summary
-
Field Details
-
n
public int n -
mtx
invalid input: '<' dimension of the (square) covariance matrix. -
covopt
invalid input: '<' storage for the covariance matrix. full matrix is [n x n]; diagonal matrix is [n x 1]; iid matrix is [1 x 1]. -
regopt
invalid input: '<' type of covariance matrix -
regval
public double regvalinvalid input: '<' type of regularization to be used
-
-
Constructor Details
-
CovMatrix
public CovMatrix()cache the matrix square-root of the covariance matrix. -
CovMatrix
-