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