Click or drag to resize

classificationEvalGetPrecision Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the precision: Tp / (Tp + Fp)

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

Return Value

Type: Double
See Also