1 write to Schema
Microsoft.ML.Core (1)
Data\RoleMappedSchema.cs (1)
162
Schema
= schema;
6 references to Schema
Microsoft.ML.Core (6)
Data\AnnotationUtils.cs (2)
304
if (list?.Count != 1 || !schema.
Schema
[list[0].Index].HasSlotNames(vectorSize))
307
schema.
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
426
Contracts.Assert(schema.
Schema
== data.Schema);