1 write to Count
Microsoft.ML.Data (1)
Transforms\ValueToKeyMappingTransformerImpl.cs (1)
506Count = count;
15 references to Count
Microsoft.ML.Data (15)
Transforms\ValueToKeyMappingTransformer.cs (1)
777termIds = new long[map.Count];
Transforms\ValueToKeyMappingTransformerImpl.cs (14)
489/// equal to <see cref="Count"/>, unless <see cref="Count"/> is 0 in which case this has 507OutputType = new KeyDataViewType(typeof(uint), Count == 0 ? 1 : Count); 671writer.WriteLine("# Number of terms = {0}", Count); 735if (Count == 0) 740var editor = VBufferEditor.Create(ref dst, Count); 742Contracts.Assert(_values.Count == Count); 749writer.WriteLine("# Number of terms of type '{0}' = {1}", ItemType, Count); 866/// all term maps. We should write <see cref="TermMap.Count"/> terms. 1045if (TypedMap.Count == 0) 1094if (TypedMap.Count == 0) 1175if (TypedMap.Count == 0) 1217TypedMap.ItemType, srcMetaType, TypedMap.Count);