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