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