3 overrides of BindCore
Microsoft.ML.Data (3)
Scorers\SchemaBindablePredictorWrapper.cs (3)
355private protected override ISchemaBoundMapper BindCore(IChannel ch, RoleMappedSchema schema) => 492private protected override ISchemaBoundMapper BindCore(IChannel ch, RoleMappedSchema schema) 695private protected override ISchemaBoundMapper BindCore(IChannel ch, RoleMappedSchema schema) =>
1 reference to BindCore
Microsoft.ML.Data (1)
Scorers\SchemaBindablePredictorWrapper.cs (1)
150return BindCore(ch, schema);