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
class CeresSolver.TukeyLoss extends CeresSolver.LossFunction
-
-
Field Summary
Fields Modifier and Type Field Description private double
a_squared_
-
Constructor Summary
Constructors Constructor Description TukeyLoss(double a)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
Evaluate(double s, double[] rho)
-
Methods inherited from class gov.nih.mipav.model.algorithms.CeresSolver.LossFunction
finalize
-
-
-
-
Method Detail
-
Evaluate
public void Evaluate(double s, double[] rho)
- Specified by:
Evaluate
in classCeresSolver.LossFunction
-
-