You are here: Start » FIL.NET » Invoke.TableOfConfusion_BoolArray
Computes statistics from a confusion matrix for an array of groundTruth and results.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TableOfConfusion_BoolArray ( List<bool> inGroundTruth, List<bool> inResults, out long outTruePositive, out long outFalsePositive, out long outTrueNegative, out long outFalseNegative, Fil.ConfusionTable outConfusionTable )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inGroundTruth | System.Collections.Generic.List<bool> | |||
![]() | inResults | System.Collections.Generic.List<bool> | |||
![]() | outTruePositive | long | |||
![]() | outFalsePositive | long | |||
![]() | outTrueNegative | long | |||
![]() | outFalseNegative | long | |||
![]() | outConfusionTable | Fil.ConfusionTable |


