Click or drag to resize

classificationEvalGetRecall Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the recall: Tp / (Tp + Fn)

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

Return Value

Type: Double
See Also