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