C# Class Accord.Controls.ConfusionMatrixPropertyDescriptor

Provides an abstraction of the confusion matrix values.
Inheritance: System.ComponentModel.PropertyDescriptor
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

CanResetValue() public méthode

Returns false.
public CanResetValue ( object component ) : bool
component object
Résultat bool

ConfusionMatrixPropertyDescriptor() public méthode

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.
Résultat System

GetValue() public méthode

Gets a value from the array.
public GetValue ( object component ) : object
component object
Résultat object

ResetValue() public méthode

Does nothing.
public ResetValue ( object component ) : void
component object
Résultat void

SetValue() public méthode

Not supported.
public SetValue ( object component, object value ) : void
component object
value object
Résultat void

ShouldSerializeValue() public méthode

Returns false.
public ShouldSerializeValue ( object component ) : bool
component object
Résultat bool