Text Options.Set Excluded Columns Method
Sets the columns that are to be excluded from the matrix.
Definition
Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
C#
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
public void SetExcludedColumns(
params int[] columnIndexes
)
Parameters
- columnIndexes Int32[]
- An array of zero or more integers containing the zero-based indexes of the rows that are to be excluded from the matrix.
Remarks
Use this method to exclude columns that contain text or data that is not relevant.