You are here: Start » AVL.NET » Invoke.TableOfConfusion_BoolArray
Computes statistics from a confusion matrix for an array of groundTruth and results.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.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, Avl.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 | Avl.ConfusionTable | 


