1 write to Count
Microsoft.ML.Data (1)
Transforms\ValueToKeyMappingTransformerImpl.cs (1)
506
Count
= count;
15 references to Count
Microsoft.ML.Data (15)
Transforms\ValueToKeyMappingTransformer.cs (1)
777
termIds = 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
507
OutputType = new KeyDataViewType(typeof(uint),
Count
== 0 ? 1 :
Count
);
671
writer.WriteLine("# Number of terms = {0}",
Count
);
735
if (
Count
== 0)
740
var editor = VBufferEditor.Create(ref dst,
Count
);
742
Contracts.Assert(_values.Count ==
Count
);
749
writer.WriteLine("# Number of terms of type '{0}' = {1}", ItemType,
Count
);
866
/// all term maps. We should write <see cref="TermMap.
Count
"/> terms.
1045
if (TypedMap.
Count
== 0)
1094
if (TypedMap.
Count
== 0)
1175
if (TypedMap.
Count
== 0)
1217
TypedMap.ItemType, srcMetaType, TypedMap.
Count
);