1 write to _cols
Microsoft.ML.Mkl.Components (1)
VectorWhitening.cs (1)
560_cols = new int[_parent.ColumnPairs.Length];
3 references to _cols
Microsoft.ML.Mkl.Components (3)
VectorWhitening.cs (3)
565if (!InputSchema.TryGetColumnIndex(_parent.ColumnPairs[i].inputColumnName, out _cols[i])) 567_srcTypes[i] = inputSchema[_cols[i]].Type; 675var srcCol = input.Schema[_cols[iinfo]];