Click or drag to resize
sqx

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