public abstract class BaseErrorFunction extends Object implements ErrorInterface
| Constructor and Description |
|---|
BaseErrorFunction() |
| Modifier and Type | Method and Description |
|---|---|
double |
getError() |
void |
setPerception(double p) |
void |
setReference(BaseReferenceFunction r) |
double |
update() |
public void setReference(BaseReferenceFunction r)
setReference in interface ErrorInterfacepublic double update()
update in interface ErrorInterfacepublic double getError()
getError in interface ErrorInterfacepublic void setPerception(double p)
setPerception in interface ErrorInterfaceCopyright © 2017. All rights reserved.