org.encog.neural.error
public interface ErrorFunction
Modifier and Type | Method and Description |
---|---|
void |
calculateError(double[] ideal,
double[] actual,
double[] error)
Calculate the error.
|
Copyright © 2014. All Rights Reserved.