Class libdt.CovMatrix

java.lang.Object
gov.nih.mipav.model.algorithms.libdt.CovMatrix
Enclosing class:
libdt

public class libdt.CovMatrix extends Object
  • Field Details

    • n

      public int n
    • mtx

      public libdt.Mat mtx
      invalid input: '<' dimension of the (square) covariance matrix.
    • covopt

      public libdt.cov_type 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

      public libdt.cov_reg_type regopt
      invalid input: '<' type of covariance matrix
    • regval

      public double regval
      invalid input: '<' type of regularization to be used
  • Constructor Details

    • CovMatrix

      public CovMatrix()
      cache the matrix square-root of the covariance matrix.
    • CovMatrix

      public CovMatrix(int n, libdt.cov_type covopt)