1 write to InputRoleMappedSchema
Microsoft.ML.Data (1)
Scorers\FeatureContributionCalculation.cs (1)
321InputRoleMappedSchema = schema;
2 references to InputRoleMappedSchema
Microsoft.ML.Data (2)
Scorers\FeatureContributionCalculation.cs (2)
306public DataViewSchema InputSchema => InputRoleMappedSchema.Schema; 307private DataViewSchema.Column FeatureColumn => InputRoleMappedSchema.Feature.Value;