Package gov.nih.mipav.model.algorithms
Class CeresSolver.TolerantLoss
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.LossFunction
-
- gov.nih.mipav.model.algorithms.CeresSolver.TolerantLoss
-
- Enclosing class:
- CeresSolver
class CeresSolver.TolerantLoss extends CeresSolver.LossFunction
-
-
Constructor Summary
Constructors Constructor Description TolerantLoss(double a, double b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidEvaluate(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:
Evaluatein classCeresSolver.LossFunction
-
-