Click or drag to resize

classificationEvalMetricSet Constructor (String, IEnumerableString)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs eval metrics with categories specified labels

Namespace:  imbSCI.Core.math.classificationMetrics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public classificationEvalMetricSet(
	string _name,
	IEnumerable<string> labels
)
Request Example View Source

Parameters

_name
Type: SystemString
The name.
labels
Type: System.Collections.GenericIEnumerableString
The labels.
See Also