2 instantiations of Bound
Microsoft.ML.Ensemble (2)
PipelineEnsemble.cs (2)
227
return new
Bound
(this, schema);
330
var bound = new
Bound
(this, new RoleMappedSchema(data.Schema));
1 reference to Bound
Microsoft.ML.Ensemble (1)
PipelineEnsemble.cs (1)
330
var
bound = new Bound(this, new RoleMappedSchema(data.Schema));