Click or drag to resize

classificationReport Constructor (classificationEvalMetricSet, classificationMetricComputation)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates the report from metrics given, using averaging computation specified

Namespace:  imbSCI.Core.math.classificationMetrics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public classificationReport(
	classificationEvalMetricSet _metrics,
	classificationMetricComputation averageComputation
)
Request Example View Source

Parameters

_metrics
Type: imbSCI.Core.math.classificationMetricsclassificationEvalMetricSet
The metrics to build report entry from
averageComputation
Type: imbSCI.Core.math.classificationMetricsclassificationMetricComputation
The average computation method to apply for F1, P and R
See Also