Click or drag to resize

classificationEvalMetricSetGetSummary Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the summary metrics, for all categories. Optionally, a descriptive name can be specified.

Namespace:  imbSCI.Core.math.classificationMetrics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public classificationEval GetSummary(
	string structName = "summary"
)
Request Example View Source

Parameters

structName (Optional)
Type: SystemString
Name of the metric structure.

Return Value

Type: classificationEval
See Also