ConfusionMatrixView Class |
Namespace: Accord.Controls
The ConfusionMatrixView type exposes the following members.
Name | Description | |
---|---|---|
ConfusionMatrixView(ConfusionMatrix) |
Initializes a new instance of the ConfusionMatrixView class.
| |
ConfusionMatrixView(GeneralConfusionMatrix) |
Initializes a new instance of the ConfusionMatrixView class.
|
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.
|
Name | Description | |
---|---|---|
Add |
Does nothing.
| |
AddIndex |
Does nothing.
| |
AddNew |
Does nothing.
| |
ApplySort |
Does nothing.
| |
Clear |
Does nothing.
| |
Contains |
Does nothing.
| |
CopyTo(Array, Int32) |
Multidimensional arrays do not support Array copying.
| |
CopyTo(ConfusionMatrixRowView, Int32) |
Multidimensional arrays do not support Array copying.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Find |
Does nothing.
| |
GetEnumerator |
Gets the array enumerator.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Does nothing.
| |
Insert |
Does nothing.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
Does nothing.
| |
RemoveAt |
Does nothing.
| |
RemoveIndex |
Does nothing.
| |
RemoveSort |
Does nothing.
| |
Reset |
Resets the data binding.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ListChanged |
Occurs when the list changes or an item in the list changes.
|
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |