Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.math.linearalgebra.fitting
Class FittingFunctionResult

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.math.linearalgebra.fitting.FittingFunctionResult

public class FittingFunctionResult
extends Object

Result returned by a fitting function.

Author:
Erich Schubert

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
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

y

public double y
Value at the given coordinate


gradients

public double[] gradients
Parameter gradients at the given coordinate

Constructor Detail

FittingFunctionResult

public FittingFunctionResult(double y,
                             double[] gradients)
Trivial/generic constructor for the result class

Parameters:
y - value at the coordinate
gradients - parameter gradients

Release 0.2.1 (2009-07-13_1605)