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)
358Ch.Assert(parent._splitLim[iinfo] - _col == 1); 361Ch.Assert(_view.Schema[_col].Type is PrimitiveDataViewType); 362Ch.Assert(_view.Schema[_col].Type.RawType == typeof(T)); 374var isDefault = Conversion.Conversions.DefaultInstance.GetIsDefaultPredicate<T>(_view.Schema[_col].Type); 383var currentColumn = _view.Schema[_col];