1 write to OutputSchema
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizer.cs (1)
172
OutputSchema
= schemaBuilder.ToSchema();
4 references to OutputSchema
Microsoft.ML.FastTree (4)
TreeEnsembleFeaturizer.cs (4)
179
return new SimpleRow(
OutputSchema
, input, CreateGetters(input, activeColumns));
195
if (activeIndices.Contains(
OutputSchema
[_treesColumnName].Index))
205
if (activeIndices.Contains(
OutputSchema
[_leavesColumnName].Index))
215
if (activeIndices.Contains(
OutputSchema
[_pathsColumnName].Index))