Click or drag to resize
Accord.NET (logo)

ConfusionMatrixPropertyDescriptor Constructor

Initializes a new instance of the ConfusionMatrixPropertyDescriptor class.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public ConfusionMatrixPropertyDescriptor(
	string name,
	int columnIndex
)
Request Example View Source

Parameters

name
Type: SystemString
The name for the column.
columnIndex
Type: SystemInt32
Index of the column.
See Also