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)
565
if (!InputSchema.TryGetColumnIndex(_parent.ColumnPairs[i].inputColumnName, out
_cols
[i]))
567
_srcTypes[i] = inputSchema[
_cols
[i]].Type;
675
var srcCol = input.Schema[
_cols
[iinfo]];