Method | Description | |
---|---|---|
Add ( object value ) : int |
Does nothing.
|
|
AddIndex ( |
Does nothing.
|
|
AddNew ( ) : object |
Does nothing.
|
|
ApplySort ( |
Does nothing.
|
|
Clear ( ) : void |
Does nothing.
|
|
ConfusionMatrixView ( |
Initializes a new instance of the ConfusionMatrixView class.
|
|
ConfusionMatrixView ( |
Initializes a new instance of the ConfusionMatrixView class.
|
|
Contains ( object value ) : bool |
Does nothing.
|
|
CopyTo ( |
Multidimensional arrays do not support Array copying.
|
|
CopyTo ( |
Multidimensional arrays do not support Array copying.
|
|
Find ( |
Does nothing.
|
|
GetEnumerator ( ) : System.Collections.IEnumerator |
Gets the array enumerator.
|
|
IndexOf ( object value ) : int |
Does nothing.
|
|
Insert ( int index, object value ) : void |
Does nothing.
|
|
Remove ( object value ) : void |
Does nothing.
|
|
RemoveAt ( int index ) : void |
Does nothing.
|
|
RemoveIndex ( |
Does nothing.
|
|
RemoveSort ( ) : void |
Does nothing.
|
|
Reset ( ) : void |
Resets the data binding.
|
|
this ( int index ) : object |
Gets a row from this view.
|
Method | Description | |
---|---|---|
OnListChanged ( |
||
init ( |
public AddIndex ( |
||
property | ||
return | void |
public ApplySort ( |
||
property | ||
direction | System | |
return | void |
public ConfusionMatrixView ( |
||
matrix | The confusion matrix. | |
return | System |
public ConfusionMatrixView ( |
||
matrix | The confusion matrix. | |
return | System |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public Find ( |
||
property | ||
key | object | |
return | int |
public GetEnumerator ( ) : System.Collections.IEnumerator | ||
return | System.Collections.IEnumerator |
public Insert ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
public RemoveIndex ( |
||
property | ||
return | void |