CategoricalVector<T>.CategoryIndex Property

Gets the index containing the categories.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Index<T> CategoryIndex { get; }

Property Value

Index<T>

See Also