Click or drag to resize
Accord.NET (logo)

ConfusionMatrixRowViewGetProperties Method

Gets the values of the multidimensional array as properties.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public PropertyDescriptorCollection GetProperties(
	Attribute[] attributes
)
Request Example View Source

Parameters

attributes
Type: SystemAttribute

Return Value

Type: PropertyDescriptorCollection

Implements

ICustomTypeDescriptorGetProperties(Attribute)
See Also