Click or drag to resize

classificationReportExtensionsAddValues Method (IClassificationReport, IClassificationReport)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the values from specified source

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,
	IClassificationReport source
)
Request Example View Source

Parameters

a
Type: imbSCI.Core.math.classificationMetricsIClassificationReport
a.
source
Type: imbSCI.Core.math.classificationMetricsIClassificationReport
The source.

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