Click or drag to resize
sqx

ContingencyData Structure

Contingency Data Type

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
[SerializableAttribute]
public struct ContingencyData : INullable, 
	IBinarySerialize

The ContingencyData type exposes the following members.

Properties
  NameDescription
Public propertyFalseNegative
[bigint] False Negative (Type II Error)
Public propertyFalsePositive
[bigint] False Positive (Type I Error)
Public propertyPredictedNulls
[bigint] Predicted Nulls (Type III Error)
Public propertyTrueNegative
[bigint] True Negative
Public propertyTruePositive
[bigint] True Positive
Top
Methods
  NameDescription
Public methodStatic memberCreate
[ContingencyData] Create([bigint] TP, [bigint] FP, [bigint] FN, [bigint] TN, [bigint] NL)
Public methodToMatrix
[Matrix] ToMatrix()
Public methodToString
ToString()
(Overrides ValueTypeToString.)
Top
Remarks

Attributes

Format.UserDefined, IsByteOrdered = false, IsFixedLength = true, MaxByteSize = 41
See Also