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
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doublecalculateError(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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG