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

Provides an abstraction of the confusion matrix values.
Наследование: System.ComponentModel.PropertyDescriptor
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CanResetValue ( object component ) : bool

Returns false.

ConfusionMatrixPropertyDescriptor ( String name, int columnIndex ) : System

Initializes a new instance of the ConfusionMatrixPropertyDescriptor class.

GetValue ( object component ) : object

Gets a value from the array.

ResetValue ( object component ) : void

Does nothing.

SetValue ( object component, object value ) : void

Not supported.

ShouldSerializeValue ( object component ) : bool

Returns false.

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

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

Returns false.
public CanResetValue ( object component ) : bool
component object
Результат bool

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

Initializes a new instance of the ConfusionMatrixPropertyDescriptor class.
public ConfusionMatrixPropertyDescriptor ( String name, int columnIndex ) : System
name String The name for the column.
columnIndex int Index of the column.
Результат System

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

Gets a value from the array.
public GetValue ( object component ) : object
component object
Результат object

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

Does nothing.
public ResetValue ( object component ) : void
component object
Результат void

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

Not supported.
public SetValue ( object component, object value ) : void
component object
value object
Результат void

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

Returns false.
public ShouldSerializeValue ( object component ) : bool
component object
Результат bool