1 write to Type
Microsoft.ML.Data (1)
DataView\ArrayDataViewBuilder.cs (1)
369
Type
= type;
4 references to Type
Microsoft.ML.Data (4)
DataView\ArrayDataViewBuilder.cs (4)
224
meta.AddSlotNames(_columns[i].
Type
.GetVectorSize(), slotNamesGetter);
227
meta.AddKeyValues(_columns[i].
Type
.GetKeyCountAsInt32(_host), TextDataViewType.Instance, keyValueGetter);
228
schemaBuilder.AddColumn(builder._names[i], _columns[i].
Type
, meta.ToAnnotations());
332
$"expected type: '{originColumnValue.
Type
.RawType}'.");