Click or drag to resize

classificationReportExtensionsDivideValues Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Divides the values stored in the report

Namespace:  imbSCI.Core.math.classificationMetrics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static void DivideValues(
	this IClassificationReport a,
	double divisor,
	bool OnlyRatios = true
)
Request Example View Source

Parameters

a
Type: imbSCI.Core.math.classificationMetricsIClassificationReport
a.
divisor
Type: SystemDouble
The divisor.
OnlyRatios (Optional)
Type: SystemBoolean
if set to true [only ratios].

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