CategoricalVector<T>.FindLevel Method

Returns a vector containing the indexes of the elements with the specified level.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<int> FindLevel(
	int levelIndex
)

Parameters

levelIndex  Int32
The zero-based index of the level.

Return Value

Vector<Int32>
An integer vector.

See Also