Click or drag to resize

classificationEvalMetricSetGetPrecision Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the Precission measure, computed in respect to the method specified

Namespace:  imbSCI.Core.math.classificationMetrics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public double GetPrecision(
	classificationMetricComputation method = classificationMetricComputation.microAveraging
)
Request Example View Source

Parameters

method (Optional)
Type: imbSCI.Core.math.classificationMetricsclassificationMetricComputation
The method of Precission measure computation.

Return Value

Type: Double
See Also