Click or drag to resize

classificationEvalfalsePositives Property

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

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

Property Value

Type: Int32
The false positives.
See Also