Package gov.nih.mipav.model.algorithms
Class CeresSolver2.CovarianceOptions
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver2.CovarianceOptions
-
- Enclosing class:
- CeresSolver2
class CeresSolver2.CovarianceOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CeresSolver.CovarianceAlgorithmTypealgorithm_typebooleanapply_loss_functiondoublemin_reciprocal_condition_numberintnull_space_rankintnum_threadsCeresSolver.SparseLinearAlgebraLibraryTypesparse_linear_algebra_library_type
-
Constructor Summary
Constructors Constructor Description CovarianceOptions()
-
-
-
Field Detail
-
sparse_linear_algebra_library_type
public CeresSolver.SparseLinearAlgebraLibraryType sparse_linear_algebra_library_type
-
algorithm_type
public CeresSolver.CovarianceAlgorithmType algorithm_type
-
min_reciprocal_condition_number
public double min_reciprocal_condition_number
-
null_space_rank
public int null_space_rank
-
num_threads
public int num_threads
-
apply_loss_function
public boolean apply_loss_function
-
-