C# Class Accord.Controls.ConfusionMatrixRowView

Represents a row from a ConfusionMatrixView.
Inheritance: ICustomTypeDescriptor
ファイルを表示 Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
ConfusionMatrixRowView ( ConfusionMatrixView owner, int rowIndex ) : System
System ( ) : EventDescriptorCollection

Does nothing.

System ( ) : PropertyDescriptorCollection

Method Details

GetAttributes() public method

Does nothing.
public GetAttributes ( ) : AttributeCollection
return System.ComponentModel.AttributeCollection

GetClassName() public method

Gets the name of this class.
public GetClassName ( ) : string
return string

GetComponentName() public method

Returns null.
public GetComponentName ( ) : string
return string

GetConverter() public method

Returns null.
public GetConverter ( ) : TypeConverter
return System.ComponentModel.TypeConverter

GetDefaultEvent() public method

Returns null.
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
return System.ComponentModel.EventDescriptor

GetDefaultProperty() public method

Returns null.
public GetDefaultProperty ( ) : PropertyDescriptor
return System.ComponentModel.PropertyDescriptor

GetEditor() public method

Returns null.
public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
return object

GetEvents() public method

Does nothing.
public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
return System.ComponentModel.EventDescriptorCollection

GetProperties() public method

Gets the values of the multidimensional array as properties.
public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() public method

Gets the owner ArrayDataView.
public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
return object

GetValue() public method

Gets the value for a given element in this row.
public GetValue ( int columnIndex ) : double
columnIndex int The column index of an element.
return double