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