 | classificationMetricComputation Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Type of classification metric computation
Namespace:
imbSCI.Core.math.classificationMetrics
Assembly:
imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
Members|
| Member name | Value | Description |
|---|
| none | 0 | |
| microAveraging | 1 |
The micro averaging: result is computed from sum of metrics for each category in the set. So called: "global" approach
|
| macroAveraging | 2 |
The macro averaging: result is average of the same measure computed on level of category. So called: "local" approach
|
See Also