Click or drag to resize

classificationEvalMetricSetItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets a classificationEval for the specified category name, if not known so far - creates new classificationEval for it

Namespace:  imbSCI.Core.math.classificationMetrics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public classificationEval this[
	string categoryName
] { get; }
Request Example View Source

Parameters

categoryName
Type: SystemString
The name of category.

Property Value

Type: classificationEval
The classificationEval.

Return Value

Type: classificationEval
See Also