1 write to Schema
Microsoft.ML.Core (1)
Data\RoleMappedSchema.cs (1)
162Schema = schema;
6 references to Schema
Microsoft.ML.Core (6)
Data\AnnotationUtils.cs (2)
304if (list?.Count != 1 || !schema.Schema[list[0].Index].HasSlotNames(vectorSize)) 307schema.Schema[list[0].Index].Annotations.GetValue(Kinds.SlotNames, ref slotNames);
Data\RoleMappedSchema.cs (4)
125/// The source <see cref="Schema"/>. 405/// Note that the schema of <see cref="RoleMappedSchema.Schema"/> of <see cref="Schema"/> is 417/// The role mapped schema. Note that <see cref="Schema"/>'s <see cref="RoleMappedSchema.Schema"/> is 426Contracts.Assert(schema.Schema == data.Schema);