public interface Function
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(double[] values,
double[] parameters)
Returns the functions evaluated at the specific parameter set
|
int |
getNInputs() |
int |
getNParameters() |
Copyright © 2016. All rights reserved.