Package gov.nih.mipav.model.algorithms
Class CeresSolver.ArctanLoss
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.LossFunction
-
- gov.nih.mipav.model.algorithms.CeresSolver.ArctanLoss
-
- Enclosing class:
- CeresSolver
class CeresSolver.ArctanLoss extends CeresSolver.LossFunction
-
-
Constructor Summary
Constructors Constructor Description ArctanLoss(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
-
-