C# 클래스 Accord.Controls.ConfusionMatrixRowView

Represents a row from a ConfusionMatrixView.
상속: ICustomTypeDescriptor
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
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