org.encog.ml
public interface MLError extends MLMethod
Modifier and Type | Method and Description |
---|---|
double |
calculateError(MLDataSet data)
Calculate the error of the ML method, given a dataset.
|
double calculateError(MLDataSet data)
data
- The dataset.Copyright © 2014. All Rights Reserved.