Click or drag to resize
sqx

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)
Syntax
C#
public 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]
Remarks
Negative predictive values function (Confusion Matrix).
See Also