3 writes to _roleMappings
Microsoft.ML.Data (3)
EntryPoints\PredictorModelImpl.cs (3)
37_roleMappings = trainingData.Schema.GetColumnRoleNames().ToArray(); 53_roleMappings = roles.ToArray(); 67_roleMappings = roleMappings;
4 references to _roleMappings
Microsoft.ML.Data (4)
EntryPoints\PredictorModelImpl.cs (4)
84var roleMappedData = new RoleMappedData(data, _roleMappings, opt: true); 96return new PredictorModelImpl(newTransformModel, Predictor, _roleMappings); 105roleMappedData = new RoleMappedData(input, _roleMappings, opt: true); 142var trainRms = new RoleMappedSchema(predInput.Schema, _roleMappings, opt: true);