Click or drag to resize

ExperimentTruthTableEvaluateTestResultsToMetricSet Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Evaluates the test results and returns te metric set

Namespace:  imbNLP.Toolkit.ExperimentModel
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public classificationEvalMetricSet EvaluateTestResultsToMetricSet(
	List<FeatureVectorWithLabelID> testResults,
	string _testName,
	ILogBuilder logger
)

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.

Return Value

Type: classificationEvalMetricSet

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

See Also