Package gov.nih.mipav.model.algorithms
Class CeresSolver.ScaledLoss
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.LossFunction
-
- gov.nih.mipav.model.algorithms.CeresSolver.ScaledLoss
-
- Enclosing class:
- CeresSolver
class CeresSolver.ScaledLoss extends CeresSolver.LossFunction
-
-
Field Summary
Fields Modifier and Type Field Description private doublea_private CeresSolver.Ownershipownership_private CeresSolver.LossFunctionrho_
-
Constructor Summary
Constructors Constructor Description ScaledLoss(CeresSolver.LossFunction rho, double a, CeresSolver.Ownership ownership)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidEvaluate(double s, double[] rho)voidfinalize()
-
-
-
Field Detail
-
rho_
private CeresSolver.LossFunction rho_
-
a_
private double a_
-
ownership_
private CeresSolver.Ownership ownership_
-
-
Constructor Detail
-
ScaledLoss
public ScaledLoss(CeresSolver.LossFunction rho, double a, CeresSolver.Ownership ownership)
-
-
Method Detail
-
finalize
public void finalize()
- Overrides:
finalizein classCeresSolver.LossFunction
-
Evaluate
public void Evaluate(double s, double[] rho)- Specified by:
Evaluatein classCeresSolver.LossFunction
-
-