Click or drag to resize

classificationEvalcorrect Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the correct: when used for simple precision computation

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

Property Value

Type: Int32
The correct.
See Also