1 write to IgnoreMissing
Microsoft.ML.Data (1)
Transforms\ColumnSelecting.cs (1)
242
IgnoreMissing
= ignoreMissing;
5 references to IgnoreMissing
Microsoft.ML.Data (5)
Transforms\ColumnSelecting.cs (5)
135
if (!Transformer.
IgnoreMissing
&& !ColumnSelectingTransformer.IsSchemaValid(inputSchema.Select(x => x.Name),
451
ctx.Writer.WriteBoolByte(
IgnoreMissing
);
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),