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


