Click or drag to resize

BinaryConfusionMatrixUpdate Method (Boolean, Boolean)

Update confusion matrix form two observations

Namespace:  FinMath.MachineLearning
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public void Update(
	bool refData,
	bool testData
)

Parameters

refData
Type: SystemBoolean
Reference observation
testData
Type: SystemBoolean
Test observation
See Also