Click or drag to resize
Accord.NET (logo)

DescriptiveMeasureCollection Properties

The DescriptiveMeasureCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ReadOnlyCollectionT instance.
(Inherited from ReadOnlyCollectionDescriptiveMeasures.)
Public propertyIsReadOnly
Returns true.
(Inherited from ReadOnlyKeyedCollectionTKey, TValue.)
Public propertyItemTKey
Gets or sets the element with the specified key.
(Inherited from ReadOnlyKeyedCollectionTKey, TValue.)
Public propertyItemInt32
Gets the element at the specified index.
(Inherited from ReadOnlyCollectionDescriptiveMeasures.)
Protected propertyItems
Returns the IListT that the ReadOnlyCollectionT wraps.
(Inherited from ReadOnlyCollectionDescriptiveMeasures.)
Public propertyKeys
Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
(Inherited from ReadOnlyKeyedCollectionTKey, TValue.)
Public propertyValues
Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.
(Inherited from ReadOnlyKeyedCollectionTKey, TValue.)
Top
See Also