Click or drag to resize
sqx

ConfusionMatrixFOR Method

Function [float] FOR([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 FOR(
	SqlInt64 FN,
	SqlInt64 TN
)

Parameters

FN
Type: System.Data.SqlTypesSqlInt64
[bigint]
TN
Type: System.Data.SqlTypesSqlInt64
[bigint]

Return Value

Type: SqlDouble
[float]
Remarks
False omission rate function (Confusion Matrix FOR).
See Also