Interface CovarianceSelectionSolver
-
- All Known Implementing Classes:
CovarianceSelectionGLASSOFAST,CovarianceSelectionLASSO
public interface CovarianceSelectionSolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Matrixcovariance()Get the estimated Covariance matrix of the selection problem.MatrixinverseCovariance()Get the estimated inverse Covariance matrix of the selection problem.
-
-
-
Method Detail
-
covariance
Matrix covariance()
Get the estimated Covariance matrix of the selection problem.- Returns:
- the estimated Covariance matrix
-
inverseCovariance
Matrix inverseCovariance()
Get the estimated inverse Covariance matrix of the selection problem.- Returns:
- the estimated Covariance matrix
-
-