 | 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)
Syntaxpublic 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]
RemarksTrue positive rate function (Confusion Matrix Sensitivity).
See Also