CategoricalVector<T>.LevelIndexes Property

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public IReadOnlyList<int> LevelIndexes { get; }

Property Value

IReadOnlyList<Int32>

Implements

ICategoricalVector.LevelIndexes

See Also