8 references to GetSchemaBindableMapper
Microsoft.ML.Data (8)
Commands\CrossValidationCommand.cs (1)
529
var bindable = ScoreUtils.
GetSchemaBindableMapper
(host, predictor, scorerFactorySettings: _scorer as ICommandLineComponentFactory);
Commands\ScoreCommand.cs (2)
112
var bindable = ScoreUtils.
GetSchemaBindableMapper
(Host, predictor, scorerFactorySettings: scorer as ICommandLineComponentFactory);
285
var bindable =
GetSchemaBindableMapper
(env, predictor, mapperFactory, scorerFactory as ICommandLineComponentFactory);
Prediction\Calibrator.cs (1)
877
var bindable = ScoreUtils.
GetSchemaBindableMapper
(env, predictor);
Scorers\PredictionTransformer.cs (3)
238
BindableMapper = ScoreUtils.
GetSchemaBindableMapper
(Host, ModelAsPredictor);
253
BindableMapper = ScoreUtils.
GetSchemaBindableMapper
(Host, ModelAsPredictor);
268
BindableMapper = ScoreUtils.
GetSchemaBindableMapper
(Host, ModelAsPredictor);
Utilities\ComponentCreation.cs (1)
171
var bindable = ScoreUtils.
GetSchemaBindableMapper
(env, predictor, scorerFactorySettings: scorerFactorySettings);