Click or drag to resize

ExperimentTruthTableGroupByTrueCategory Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Groups the test result entries by their real categories

Namespace:  imbNLP.Toolkit.ExperimentModel
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public Dictionary<string, List<FeatureVectorWithLabelID>> GroupByTrueCategory(
	List<FeatureVectorWithLabelID> testResults
)

Parameters

testResults
Type: System.Collections.GenericListFeatureVectorWithLabelID
The test results.

Return Value

Type: DictionaryString, ListFeatureVectorWithLabelID

[Missing <returns> documentation for "M:imbNLP.Toolkit.ExperimentModel.ExperimentTruthTable.GroupByTrueCategory(System.Collections.Generic.List{imbNLP.Toolkit.Feature.FeatureVectorWithLabelID})"]

See Also