Package gov.nih.mipav.model.algorithms
Class CeresSolver.TukeyLoss
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.LossFunction
gov.nih.mipav.model.algorithms.CeresSolver.TukeyLoss
- Enclosing class:
CeresSolver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gov.nih.mipav.model.algorithms.CeresSolver.LossFunction
finalize
-
Field Details
-
a_squared_
private double a_squared_
-
-
Constructor Details
-
TukeyLoss
public TukeyLoss(double a)
-
-
Method Details
-
Evaluate
public void Evaluate(double s, double[] rho) - Specified by:
Evaluatein classCeresSolver.LossFunction
-