Class ClassificationRulesPerformance
java.lang.Object
adaa.analytics.rules.logic.performance.AbstractPerformanceCounter
adaa.analytics.rules.logic.performance.ClassificationRulesPerformance
Class gathering additional performance measures for classification models (avg. number of rules covering an
example, number of voting conflicts).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountExample
(IExampleSet testSet) Counts a single example, e.g.
-
Field Details
-
RULES_PER_EXAMPLE
public static final int RULES_PER_EXAMPLE- See Also:
-
VOTING_CONFLICTS
public static final int VOTING_CONFLICTS- See Also:
-
-
Constructor Details
-
ClassificationRulesPerformance
public ClassificationRulesPerformance(int type)
-
-
Method Details
-
countExample
Description copied from class:AbstractPerformanceCounter
Counts a single example, e.g. by summing up errors.- Specified by:
countExample
in classAbstractPerformanceCounter
-