Click or drag to resize
sqx

ConfusionMatrixTPR Method

Function [float] TPR([bigint] TP, [bigint] FN)
(Confusion Matrix)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public static SqlDouble TPR(
	SqlInt64 TP,
	SqlInt64 FN
)

Parameters

TP
Type: System.Data.SqlTypesSqlInt64
[bigint]
FN
Type: System.Data.SqlTypesSqlInt64
[bigint]

Return Value

Type: SqlDouble
[float]
Remarks
True positive rate function (Confusion Matrix Sensitivity).
See Also