Click or drag to resize

classificationReportGetSetMetrics Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets (if specified _metrics is not null) and Gets (earlier or just set) metrics object. Makes no change to report content, just stores the metrics temporarrly

Namespace:  imbSCI.Core.math.classificationMetrics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public classificationEvalMetricSet GetSetMetrics(
	classificationEvalMetricSet _metrics = null
)
Request Example View Source

Parameters

_metrics (Optional)
Type: imbSCI.Core.math.classificationMetricsclassificationEvalMetricSet
The metrics.

Return Value

Type: classificationEvalMetricSet

Implements

IClassificationReportGetSetMetrics(classificationEvalMetricSet)
See Also