Click or drag to resize

ExperimentTruthTableEvaluateTestResults Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Evaluates the test results.

Namespace:  imbNLP.Toolkit.ExperimentModel
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public classificationReport EvaluateTestResults(
	List<FeatureVectorWithLabelID> testResults,
	string _testName,
	ILogBuilder logger,
	classificationMetricComputation averagingMethod = classificationMetricComputation.macroAveraging
)

Parameters

testResults
Type: System.Collections.GenericListFeatureVectorWithLabelID
Set of test results.
_testName
Type: SystemString
Descriptive name to be attached at results report.
logger
Type: ILogBuilder
The logger - to log any problems, if occourred.
averagingMethod (Optional)
Type: classificationMetricComputation
The averaging method.

Return Value

Type: classificationReport

[Missing <returns> documentation for "M:imbNLP.Toolkit.ExperimentModel.ExperimentTruthTable.EvaluateTestResults(System.Collections.Generic.List{imbNLP.Toolkit.Feature.FeatureVectorWithLabelID},System.String,imbSCI.Core.reporting.ILogBuilder,imbSCI.Core.math.classificationMetrics.classificationMetricComputation)"]

See Also