org.encog.ml
Interface MLError

All Superinterfaces:
MLMethod
All Known Implementing Classes:
BasicNetwork, BasicPNN, BayesianNetwork, CPN, EncogProgram, FreeformNetwork, LinearRegression, NEATNetwork, NEATPopulation, RBFNetwork, SOM, SVM

public interface MLError
extends MLMethod

Defines Machine Learning Method that can calculate an error based on a data set.


Method Summary
 double calculateError(MLDataSet data)
          Calculate the error of the ML method, given a dataset.
 

Method Detail

calculateError

double calculateError(MLDataSet data)
Calculate the error of the ML method, given a dataset.

Parameters:
data - The dataset.
Returns:
The error.


Copyright © 2014. All Rights Reserved.