ConfusionMatrixView Properties |
The ConfusionMatrixView type exposes the following members.
Name | Description | |
---|---|---|
AllowEdit |
Gets whether this view allows editing. Always true.
| |
AllowNew |
Arrays do not allow for member insertion.
| |
AllowRemove |
Returns false.
| |
ColumnNames |
Gets the names for the columns in the matrix.
| |
Count |
Gets the length of the array.
| |
IsFixedSize |
Arrays are always fixed size.
| |
IsReadOnly |
This view is read only.
| |
IsSorted |
Does nothing.
| |
IsSynchronized |
Returns false.
| |
Item |
Gets a row from this view.
| |
Matrix |
Gets the Confusion Matrix being shown.
| |
Proportions |
Gets or sets whether the control should
display proportions instead of counts.
| |
RowNames |
Gets the names for the rows in the matrix.
| |
SortDirection |
Does nothing.
| |
SortProperty |
Does nothing.
| |
SupportsChangeNotification |
Returns true.
| |
SupportsSearching |
Does nothing.
| |
SupportsSorting |
Does nothing.
| |
SyncRoot |
Does nothing.
|