Package gov.nih.mipav.model.algorithms
Class libdt.EMOptions
java.lang.Object
gov.nih.mipav.model.algorithms.libdt.EMOptions
- Enclosing class:
libdt
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintdoubledouble -
Constructor Summary
ConstructorsConstructorDescriptionEMOptions(int K, libdt.DytexRegOptions regopt, double termvalue, libdt.Verbose_mode verbose) -
Method Summary
-
Field Details
-
K
public int K -
regopt
-
termvalue
public double termvalue -
termvalBest
public double termvalBest -
maxiter
public int maxiter -
verbose
-
emptySplitOpt
-
splitOpt
-
-
Constructor Details
-
EMOptions
-