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