3 references to Size
Microsoft.ML.Core (3)
Data\RoleMappedSchema.cs (3)
166
Contracts.Assert(Utils.
Size
(kvp.Value) > 0);
306
if (Utils.
Size
(infos) != 1)
307
throw Contracts.Except("Expected exactly one column with role '{0}', but found {1}.", role.Value, Utils.
Size
(infos));