1 write to _cols
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
105
_cols
= new DataViewSchema.Column[columns.Length];
12 references to _cols
Microsoft.ML.Data (12)
DataView\Transposer.cs (12)
114
_nameToICol[(
_cols
[c] = schema[columns[c]]).Name] = c;
132
for (int c = 0; c <
_cols
.Length; ++c)
139
var type = schema[
_cols
[c].Index].Type;
141
throw ch.ExceptParam(nameof(view), "Column named '{0}' is not serializable by the transposer",
_cols
[c].Name);
143
throw ch.ExceptParam(nameof(view), "Column named '{0}' is vector, but not of known size, and so cannot be transposed",
_cols
[c].Name);
149
_splitLim = new int[
_cols
.Length];
153
for (int c = 0; c <
_cols
.Length; ++c)
172
ch.Trace("{0} of {1} input columns sliced into {2} columns", slicedCount,
_cols
.Length, toSave.Count);
247
_host.Assert(0 <= tcol && tcol <
_cols
.Length);
248
_host.Assert(
_cols
[tcol].Index == col);
352
_col = parent.
_cols
[iinfo].Index;
481
_colMin = parent.
_cols
[iinfo].Index;