Click or drag to resize

classificationEvalGetAccuracy Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the Accuracy measure: ( Tp + Tn ) / ( Tp + Tn + Fp + Fn)

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

Return Value

Type: Double
See Also