2 writes to OutputSchema
Microsoft.ML.Data (2)
Dirty\ChooseColumnsByIndexTransform.cs (2)
78
OutputSchema
= ComputeOutputSchema();
139
OutputSchema
= ComputeOutputSchema();
7 references to OutputSchema
Microsoft.ML.Data (7)
Dirty\ChooseColumnsByIndexTransform.cs (7)
99
/// After <see cref="_sourceSchema"/> and <see cref="_sources"/> are set, pick up selected columns from <see cref="_sourceSchema"/> to create <see cref="
OutputSchema
"/>
100
/// Note that <see cref="_sources"/> tells us what columns in <see cref="_sourceSchema"/> are put into <see cref="
OutputSchema
"/>.
155
return Utils.BuildArray(
OutputSchema
.Count, predicate);
236
public override DataViewSchema OutputSchema => _bindings.
OutputSchema
;
287
Ch.Assert(active == null || active.Length == bindings.
OutputSchema
.Count);
293
public override DataViewSchema Schema => _bindings.
OutputSchema
;
300
Ch.Check(column.Index < _bindings.
OutputSchema
.Count);