Click or drag to resize
Accord.NET (logo)

ConfusionMatrixView Properties

The ConfusionMatrixView type exposes the following members.

Properties
  NameDescription
Public propertyAllowEdit
Gets whether this view allows editing. Always true.
Public propertyAllowNew
Arrays do not allow for member insertion.
Public propertyAllowRemove
Returns false.
Public propertyColumnNames
Gets the names for the columns in the matrix.
Public propertyCount
Gets the length of the array.
Public propertyIsFixedSize
Arrays are always fixed size.
Public propertyIsReadOnly
This view is read only.
Public propertyIsSorted
Does nothing.
Public propertyIsSynchronized
Returns false.
Public propertyItem
Gets a row from this view.
Public propertyMatrix
Gets the Confusion Matrix being shown.
Public propertyProportions
Gets or sets whether the control should display proportions instead of counts.
Public propertyRowNames
Gets the names for the rows in the matrix.
Public propertySortDirection
Does nothing.
Public propertySortProperty
Does nothing.
Public propertySupportsChangeNotification
Returns true.
Public propertySupportsSearching
Does nothing.
Public propertySupportsSorting
Does nothing.
Public propertySyncRoot
Does nothing.
Top
See Also