Categorical Vector<T>.Find Level 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.3
C#
An integer vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<int> FindLevel(
int levelIndex
)
Parameters
- levelIndex Int32
- The zero-based index of the level.
Return Value
Vector<Int32>An integer vector.