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


