de.lmu.ifi.dbs.elki.math.linearalgebra.fitting
Class FittingFunctionResult
java.lang.Object
de.lmu.ifi.dbs.elki.math.linearalgebra.fitting.FittingFunctionResult
public class FittingFunctionResult
- extends Object
Result returned by a fitting function.
Field Summary |
double[] |
gradients
Parameter gradients at the given coordinate |
double |
y
Value at the given coordinate |
Constructor Summary |
FittingFunctionResult(double y,
double[] gradients)
Trivial/generic constructor for the result class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
y
public double y
- Value at the given coordinate
gradients
public double[] gradients
- Parameter gradients at the given coordinate
FittingFunctionResult
public FittingFunctionResult(double y,
double[] gradients)
- Trivial/generic constructor for the result class
- Parameters:
y
- value at the coordinategradients
- parameter gradients