1 write to InputRoleMappedSchema
Microsoft.ML.StandardTrainers (1)
FactorizationMachine\FieldAwareFactorizationMachineUtils.cs (1)
88
InputRoleMappedSchema
= new RoleMappedSchema(schema.Schema, inputFeatureColumns);
2 references to InputRoleMappedSchema
Microsoft.ML.StandardTrainers (2)
FactorizationMachine\FieldAwareFactorizationMachineUtils.cs (2)
65
public DataViewSchema InputSchema =>
InputRoleMappedSchema
.Schema;
153
return
InputRoleMappedSchema
.GetColumnRoles().Select(kvp => new KeyValuePair<RoleMappedSchema.ColumnRole, string>(kvp.Key, kvp.Value.Name));