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)
84
var roleMappedData = new RoleMappedData(data,
_roleMappings
, opt: true);
96
return new PredictorModelImpl(newTransformModel, Predictor,
_roleMappings
);
105
roleMappedData = new RoleMappedData(input,
_roleMappings
, opt: true);
142
var trainRms = new RoleMappedSchema(predInput.Schema,
_roleMappings
, opt: true);