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 double
a_
private CeresSolver.Ownership
ownership_
private CeresSolver.LossFunction
rho_
-
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 void
Evaluate(double s, double[] rho)
void
finalize()
-
-
-
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:
finalize
in classCeresSolver.LossFunction
-
Evaluate
public void Evaluate(double s, double[] rho)
- Specified by:
Evaluate
in classCeresSolver.LossFunction
-
-