public class FittingFunctionResult extends Object
Modifier and Type | Field and Description |
---|---|
double[] |
gradients
Parameter gradients at the given coordinate
|
double |
y
Value at the given coordinate
|
Constructor and Description |
---|
FittingFunctionResult(double y,
double[] gradients)
Trivial/generic constructor for the result class
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.