Click or drag to resize
sqx

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)
Syntax
C#
public 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]
Remarks
True negative rate function (Confusion Matrix Specificity).
See Also