 | ConfusionMatrixNPV Method |
Function [float] NPV([bigint] FN, [bigint] TN)
(Confusion Matrix)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlDouble NPV(
SqlInt64 FN,
SqlInt64 TN
)
Parameters
- FN
- Type: System.Data.SqlTypesSqlInt64
[bigint] - TN
- Type: System.Data.SqlTypesSqlInt64
[bigint]
Return Value
Type:
SqlDouble[float]
RemarksNegative predictive values function (Confusion Matrix).
See Also