1 write to InputRoleMappedSchema
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizer.cs (1)
115InputRoleMappedSchema = schema;
2 references to InputRoleMappedSchema
Microsoft.ML.FastTree (2)
TreeEnsembleFeaturizer.cs (2)
70public DataViewSchema InputSchema => InputRoleMappedSchema.Schema; 80private DataViewSchema.Column FeatureColumn => InputRoleMappedSchema.Feature.Value;