Categorical Vector<T>.Get Missing Value Index Mask Method
            
            
            Gets an integer array that specifies the locations of missing values.
            
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
An array of the same size as this instance whose elements are less than zero when the element is missing and greater than or equal to zero otherwise.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public override ArraySlice<int> GetMissingValueIndexMask()Return Value
ArraySlice<Int32>An array of the same size as this instance whose elements are less than zero when the element is missing and greater than or equal to zero otherwise.