Click or drag to resize

classificationEvalGetError Method

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

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

Return Value

Type: Double
See Also