![]() | ContingencyData Structure |
Namespace: sqx
[SerializableAttribute] public struct ContingencyData : INullable, IBinarySerialize
The ContingencyData type exposes the following members.
Name | Description | |
---|---|---|
![]() | FalseNegative | [bigint] False Negative (Type II Error)
|
![]() | FalsePositive | [bigint] False Positive (Type I Error)
|
![]() | PredictedNulls | [bigint] Predicted Nulls (Type III Error)
|
![]() | TrueNegative | [bigint] True Negative
|
![]() | TruePositive | [bigint] True Positive
|
Name | Description | |
---|---|---|
![]() ![]() | Create | [ContingencyData] Create([bigint] TP, [bigint] FP, [bigint] FN, [bigint] TN, [bigint] NL) |
![]() | ToMatrix | [Matrix] ToMatrix() |
![]() | ToString | ToString() (Overrides ValueTypeToString.) |