|
ConfusionMatrixPropertyDescriptor Constructor
|
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public ConfusionMatrixPropertyDescriptor(
string name,
int columnIndex
)
Public Sub New (
name As String,
columnIndex As Integer
)
Request Example
View SourceParameters
- name
- Type: SystemString
The name for the column. - columnIndex
- Type: SystemInt32
Index of the column.
See Also