CategoricalVector<T>.LevelIndexes Property

Gets a vector that contains the level indexes of the elements.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<int> LevelIndexes { get; }

Property Value

Vector<Int32>

Implements

ICategoricalVector.LevelIndexes

See Also