1 write to InputRoleMappedSchema
Microsoft.ML.Data (1)
Scorers\SchemaBindablePredictorWrapper.cs (1)
213InputRoleMappedSchema = schema;
5 references to InputRoleMappedSchema
Microsoft.ML.Data (5)
Scorers\SchemaBindablePredictorWrapper.cs (5)
222if (!InputRoleMappedSchema.Feature.HasValue || dependingColumns.Count() == 0) 225return Enumerable.Repeat(InputRoleMappedSchema.Feature.Value, 1); 230yield return RoleMappedSchema.ColumnRole.Feature.Bind(InputRoleMappedSchema.Feature.Value.Name); 233public DataViewSchema InputSchema => InputRoleMappedSchema.Schema; 242getters[0] = _parent.GetPredictionGetter(input, InputRoleMappedSchema.Feature.Value.Index);