You are here: Start » FIL.NET » Invoke.TableOfConfusion_Basic
Computes statistics from a confusion matrix for given TP, FP, TN, FN.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TableOfConfusion_Basic ( long inTruePositive, long inFalsePositive, long inTrueNegative, long inFalseNegative, Fil.ConfusionTable outConfusionTable )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inTruePositive | long | |||
![]() | inFalsePositive | long | |||
![]() | inTrueNegative | long | |||
![]() | inFalseNegative | long | |||
![]() | outConfusionTable | Fil.ConfusionTable |