Click or drag to resize

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
C#
public enum classificationMetricComputation
Request Example View Source
Members
  Member nameValueDescription
none0
microAveraging1 The micro averaging: result is computed from sum of metrics for each category in the set. So called: "global" approach
macroAveraging2 The macro averaging: result is average of the same measure computed on level of category. So called: "local" approach
See Also