You are here: Start » FIL.NET » Function Reference » Data Classification » Statistics » FIL.TableOfConfusion_Basic
Computes statistics from a confusion matrix for given TP, FP, TN, FN.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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 |