public class NormalizedError
extends java.lang.Object
| Constructor and Description |
|---|
NormalizedError(MLDataSet theData)
Construct the normalized error calculator.
|
| Modifier and Type | Method and Description |
|---|---|
double |
calculateNormalizedMean(MLDataSet theData,
MLRegression theModel)
Calculate the error as the coefficient of variation of the RMSD (CV(RMSD)).
|
double |
calculateNormalizedRange(MLDataSet theData,
MLRegression theModel)
Calculate the error as the Normalized root-mean-square deviation (NRMSD)
|
public NormalizedError(MLDataSet theData)
theData - The dataset to use.public double calculateNormalizedMean(MLDataSet theData, MLRegression theModel)
theData - The dataset to evaluate with.theModel - The model to evaluate.public double calculateNormalizedRange(MLDataSet theData, MLRegression theModel)
theData - The dataset to evaluate with.theModel - The model to evaluate.