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