Click or drag to resize

classificationEvalMetricSetAddRecord Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the record in the confusion matrix

Namespace:  imbSCI.Core.math.classificationMetrics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void AddRecord(
	string testResult,
	string truth
)
Request Example View Source

Parameters

testResult
Type: SystemString
Class label - What was the prediction?
truth
Type: SystemString
Class label - What the truth table said?
See Also