Click or drag to resize

classificationEvalfalseNegatives Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
F_n - prediction was [false], but the truth table said [true]

Namespace:  imbSCI.Core.math.classificationMetrics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
[imbAttribute(imbAttributeName.measure_letter, "FN")]
public int falseNegatives { get; set; }
Request Example View Source

Property Value

Type: Int32
The false negatives.
See Also