Click or drag to resize
Accord.NET (logo)

ConfusionMatrixRowViewGetValue Method

Gets the value for a given element in this row.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public double GetValue(
	int columnIndex
)
Request Example View Source

Parameters

columnIndex
Type: SystemInt32
The column index of an element.

Return Value

Type: Double
The element at this row located at position columnIndex.
See Also