|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DiffFunction
An interface for once-differentiable double-valued functions over double arrays. NOTE: it'd be good to have an AbstractDiffFunction that wrapped a Function with a finite-difference approximation.
Function| Method Summary | |
|---|---|
double[] |
derivativeAt(double[] x)
Returns the first-derivative vector at the input location. |
| Methods inherited from interface edu.stanford.nlp.optimization.Function |
|---|
domainDimension, valueAt |
| Method Detail |
|---|
double[] derivativeAt(double[] x)
x - a double[] input vector
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||