public class FittingFunctionResult
extends java.lang.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 © 2019 ELKI Development Team. License information.