1 write to KeyCount
Microsoft.ML.Data (1)
Data\SchemaDefinition.cs (1)
44
KeyCount
= new KeyCount(count);
3 references to KeyCount
Microsoft.ML.Data (3)
Data\SchemaDefinition.cs (2)
442
if (keyAttr.
KeyCount
== null)
445
itemType = new KeyDataViewType(dataType, keyAttr.
KeyCount
.Count.GetValueOrDefault());
DataLoadSave\Text\TextLoader.cs (1)
1605
column.KeyCount = keyTypeAttr.
KeyCount
;