Click or drag to resize

ConfusionMatrixUpdateT Method (IEnumerableInt32, IEnumerableT, FuncT, Int32)

Update confusion matrix from the data sequences

Namespace:  FinMath.MachineLearning
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public void Update<T>(
	IEnumerable<int> refData,
	IEnumerable<T> testData,
	Func<T, int> pred
)

Parameters

refData
Type: System.Collections.GenericIEnumerableInt32
Reference values sequence
testData
Type: System.Collections.GenericIEnumerableT
Test values sequence
pred
Type: SystemFuncT, Int32
Test values predicate

Type Parameters

T
Test values type
See Also