 | ConfusionMatrixContingencyTable Method |
Function [table] ContingencyTable([ContingencyData] Summary)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static IEnumerator ContingencyTable(
ContingencyData Summary
)
Parameters
- Summary
- Type: sqxContingencyData
[ContingencyData]
Return Value
Type:
IEnumerator[table]
RemarksContingency table.
- TP - True Positive
- FP - False Positive, Type I error
- FN - False Negative, Type II error
- TN - True Negative
- NL - Predicted Nulls when Observed is not NULL
Attributes
IsDeterministic = true, IsPrecise = true, DataAccess = DataAccessKind.None, SystemDataAccess = SystemDataAccessKind.None, TableDefinition = "TP bigint,FP bigint,FN bigint,TN bigint,NL bigint"
See Also