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