5 references to RoleMappedSchema
Microsoft.ML.Data (2)
Deprecated\Instances\HeaderSchema.cs (2)
308
Schema = new
RoleMappedSchema
(new FeatureNameCollectionBinding(this).FeatureNameCollectionSchema,
400
_schema = new
RoleMappedSchema
(new FeatureNameCollectionBinding(this).FeatureNameCollectionSchema,
Microsoft.ML.Ensemble (1)
PipelineEnsemble.cs (1)
330
var bound = new Bound(this, new
RoleMappedSchema
(data.Schema));
Microsoft.ML.Predictor.Tests (2)
TestIniModels.cs (2)
535
var roleMappedSchema = new
RoleMappedSchema
(data.Schema, false,
574
var roleMappedSchema = new
RoleMappedSchema
(data.Schema, false,