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