 | ConfusionMatrixTNR Method |
Function [float] TNR([bigint] FP, [bigint] TN)
(Confusion Matrix)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlDouble TNR(
SqlInt64 FP,
SqlInt64 TN
)
Parameters
- FP
- Type: System.Data.SqlTypesSqlInt64
[bigint] - TN
- Type: System.Data.SqlTypesSqlInt64
[bigint]
Return Value
Type:
SqlDouble[float]
RemarksTrue negative rate function (Confusion Matrix Specificity).
See Also