4 references to IsSchemaValid
Microsoft.ML.Data (4)
Transforms\ColumnSelecting.cs (4)
135
if (!Transformer.IgnoreMissing && !ColumnSelectingTransformer.
IsSchemaValid
(inputSchema.Select(x => x.Name),
475
if (!IgnoreMissing && !
IsSchemaValid
(inputSchema.Select(x => x.Name),
494
if (!IgnoreMissing && !
IsSchemaValid
(inputSchema.Select(x => x.Name),
512
if (!IgnoreMissing && !
IsSchemaValid
(input.Schema.Select(x => x.Name),