Class NormalizedAbsoluteError
java.lang.Object
adaa.analytics.rules.logic.performance.AbstractPerformanceCounter
adaa.analytics.rules.logic.performance.NormalizedAbsoluteError
Normalized absolute error is the total absolute error normalized by the error simply predicting
the average of the actual values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountExample
(IExampleSet exampleSet) Counts a single example, e.g.
-
Constructor Details
-
NormalizedAbsoluteError
public NormalizedAbsoluteError()
-
-
Method Details
-
countExample
Description copied from class:AbstractPerformanceCounter
Counts a single example, e.g. by summing up errors.- Specified by:
countExample
in classAbstractPerformanceCounter
-