Click or drag to resize

classificationReportExtensionsAddValues Method (IClassificationReport, classificationEvalMetricSet, classificationMetricComputation)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets or Adds the values from specified metrics object.

Namespace:  imbSCI.Core.math.classificationMetrics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static void AddValues(
	this IClassificationReport a,
	classificationEvalMetricSet metrics,
	classificationMetricComputation method
)
Request Example View Source

Parameters

a
Type: imbSCI.Core.math.classificationMetricsIClassificationReport
a.
metrics
Type: imbSCI.Core.math.classificationMetricsclassificationEvalMetricSet
The metrics.
method
Type: imbSCI.Core.math.classificationMetricsclassificationMetricComputation
The method of ratios computation (F1, Precision, Recall)

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IClassificationReport. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also