2 writes to _col
Microsoft.ML.Data (2)
DataView\Transposer.cs (2)
352
_col
= parent._cols[iinfo].Index;
357
_col
= smin;
5 references to _col
Microsoft.ML.Data (5)
DataView\Transposer.cs (5)
358
Ch.Assert(parent._splitLim[iinfo] -
_col
== 1);
361
Ch.Assert(_view.Schema[
_col
].Type is PrimitiveDataViewType);
362
Ch.Assert(_view.Schema[
_col
].Type.RawType == typeof(T));
374
var isDefault = Conversion.Conversions.DefaultInstance.GetIsDefaultPredicate<T>(_view.Schema[
_col
].Type);
383
var currentColumn = _view.Schema[
_col
];