Click or drag to resize

classificationEval Properties

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The classificationEval type exposes the following members.

Properties
  NameDescription
Public propertycorrect
Gets or sets the correct: when used for simple precision computation
Public propertyfalseNegatives
F_n - prediction was [false], but the truth table said [true]
Public propertyfalsePositives
F_p - prediction was [true], but truth table said [false]
Public propertyname
Optional name assigned to this metric structure
Public propertypositives
Gets or sets the positives.
Public propertytargets
Gets the targets.
Public propertytrueNegatives
T_n - prediction was [false], and the truth table said [false]
Public propertytruePositives
T_p - prediction was [true], and truth table said [true]
Public propertywrong
Gets or sets the wrong: when used for simple precission computation
Top
See Also