 | ConfusionMatrixPPV Method |
Function [float] PPV([bigint] TP, [bigint] FP)
(Confusion Matrix)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlDouble PPV(
SqlInt64 TP,
SqlInt64 FP
)
Parameters
- TP
- Type: System.Data.SqlTypesSqlInt64
[bigint] - FP
- Type: System.Data.SqlTypesSqlInt64
[bigint]
Return Value
Type:
SqlDouble[float]
RemarksPositive predictive values function (Confusion Matrix Precision).
See Also