Click or drag to resize
sqx

ConfusionMatrixCSI Method

Function [float] CSI([bigint] TP, [bigint] FP, [bigint] FN)
(Confusion Matrix)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public static SqlDouble CSI(
	SqlInt64 TP,
	SqlInt64 FP,
	SqlInt64 FN
)

Parameters

TP
Type: System.Data.SqlTypesSqlInt64
[bigint]
FP
Type: System.Data.SqlTypesSqlInt64
[bigint]
FN
Type: System.Data.SqlTypesSqlInt64
[bigint]

Return Value

Type: SqlDouble
[float]
Remarks
Critical Success Index (Confusion Matrix CSI) or Threat score (TS).
See Also