|
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
)
Public Function GetValue (
columnIndex As Integer
) As Double
Request Example
View SourceParameters
- columnIndex
- Type: SystemInt32
The column index of an element.
Return Value
Type:
DoubleThe element at this row located at position
columnIndex.
See Also