Working with Categorical Data

Variables whose observations can take on only one of a finite set of values are called categorical variables. In Extreme Numerics.NET, categorical variables are implemented by the CategoricalVector<T> class.

Associated with each categorical variable is an index that maps values to integer indices.

In this section: