You are here: Start » AVL.NET » AVS.TableOfConfusion_Basic Method

AVS.TableOfConfusion_Basic Method

Computes statistics from a confusion matrix for given TP, FP, TN, FN.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TableOfConfusion_Basic
(
	long inTruePositive,
	long inFalsePositive,
	long inTrueNegative,
	long inFalseNegative,
	AvlNet.ConfusionTable outConfusionTable
)

Parameters

Name Type Range Default Description
inTruePositivelong
inFalsePositivelong
inTrueNegativelong
inFalseNegativelong
outConfusionTableAvlNet.ConfusionTable

See also