IVector.AsCategorical Method

Converts the vector to a categorical vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
ICategoricalVector AsCategorical()

Return Value

ICategoricalVector
A vector containing the same data stored as a categorical vector.

Remarks

If the vector is already categorical, the same vector is returned unchanged.

See Also