Click or drag to resize
Accord.NET (logo)

GoodnessOfFitCollection Properties

The GoodnessOfFitCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ReadOnlyCollectionT instance.
(Inherited from ReadOnlyCollectionGoodnessOfFit.)
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 ReadOnlyCollectionGoodnessOfFit.)
Protected propertyItems
Returns the IListT that the ReadOnlyCollectionT wraps.
(Inherited from ReadOnlyCollectionGoodnessOfFit.)
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