C# Класс Accord.Controls.ConfusionMatrixRowView

Represents a row from a ConfusionMatrixView.
Наследование: ICustomTypeDescriptor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetAttributes ( ) : AttributeCollection

Does nothing.

GetClassName ( ) : string

Gets the name of this class.

GetComponentName ( ) : string

Returns null.

GetConverter ( ) : TypeConverter

Returns null.

GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor

Returns null.

GetDefaultProperty ( ) : PropertyDescriptor

Returns null.

GetEditor ( Type editorBaseType ) : object

Returns null.

GetEvents ( Attribute attributes ) : EventDescriptorCollection

Does nothing.

GetProperties ( Attribute attributes ) : PropertyDescriptorCollection

Gets the values of the multidimensional array as properties.

GetPropertyOwner ( PropertyDescriptor pd ) : object

Gets the owner ArrayDataView.

GetValue ( int columnIndex ) : double

Gets the value for a given element in this row.

Приватные методы

Метод Описание
ConfusionMatrixRowView ( ConfusionMatrixView owner, int rowIndex ) : System
System ( ) : EventDescriptorCollection

Does nothing.

System ( ) : PropertyDescriptorCollection

Описание методов

GetAttributes() публичный метод

Does nothing.
public GetAttributes ( ) : AttributeCollection
Результат System.ComponentModel.AttributeCollection

GetClassName() публичный метод

Gets the name of this class.
public GetClassName ( ) : string
Результат string

GetComponentName() публичный метод

Returns null.
public GetComponentName ( ) : string
Результат string

GetConverter() публичный метод

Returns null.
public GetConverter ( ) : TypeConverter
Результат System.ComponentModel.TypeConverter

GetDefaultEvent() публичный метод

Returns null.
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
Результат System.ComponentModel.EventDescriptor

GetDefaultProperty() публичный метод

Returns null.
public GetDefaultProperty ( ) : PropertyDescriptor
Результат System.ComponentModel.PropertyDescriptor

GetEditor() публичный метод

Returns null.
public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
Результат object

GetEvents() публичный метод

Does nothing.
public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
Результат System.ComponentModel.EventDescriptorCollection

GetProperties() публичный метод

Gets the values of the multidimensional array as properties.
public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
Результат System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() публичный метод

Gets the owner ArrayDataView.
public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
Результат object

GetValue() публичный метод

Gets the value for a given element in this row.
public GetValue ( int columnIndex ) : double
columnIndex int The column index of an element.
Результат double