public interface FunctionApproximator
| Modifier and Type | Method and Description |
|---|---|
void |
processError(Vector error)
Accept an error and change the parameters to accommodate it
|
Vector |
processInput(Vector input)
Returns the output values for the specified input values
|
Vector processInput(Vector input)
input - the input valuesvoid processError(Vector error)
error - an error vector