IIndex.MakeVector Method

This API is preliminary and subject to change.
Returns a categorical vector that uses the index as categories.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
ICategoricalVector MakeVector(
	IList<int> levelIndexes
)

Parameters

levelIndexes  IList<Int32>
A list of integers containing the level indexes.

Return Value

ICategoricalVector
An untyped categorical vector.

See Also