Returns an IEnumerator that can iterate through this CategoricalVariable's data.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function GetEnumerator As IEnumerator |
| C# |
|---|
public override IEnumerator GetEnumerator () |
| C++ |
|---|
public: virtual IEnumerator^ GetEnumerator () override |
Return Value
An IEnumerator for the indexes fo the CategoricalVariable.
Remarks
The IEnumerator returned by this method enumerates the level indices
of the data values. To obtain the actual values, use the Item(Int32)
method of the Scale property.