19 references to GetSchemaBindableMapper
Microsoft.ML.Data (12)
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 (3)
755_bindable = ScoreUtils.GetSchemaBindableMapper(Host, SubModel as IPredictorProducing<float>); 762_bindable = ScoreUtils.GetSchemaBindableMapper(Host, SubModel as IPredictorProducing<float>); 877var bindable = ScoreUtils.GetSchemaBindableMapper(env, predictor);
Scorers\FeatureContributionCalculation.cs (2)
135GenericMapper = ScoreUtils.GetSchemaBindableMapper(_env, Predictor, null); 153GenericMapper = ScoreUtils.GetSchemaBindableMapper(_env, Predictor, null);
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);
Microsoft.ML.Ensemble (1)
PipelineEnsemble.cs (1)
71var bindable = ScoreUtils.GetSchemaBindableMapper(Parent.Host, Parent.PredictorModels[i].Predictor);
Microsoft.ML.EntryPoints (2)
ScoreModel.cs (2)
82var bindable = ScoreUtils.GetSchemaBindableMapper(host, predictor); 132var bindable = ScoreUtils.GetSchemaBindableMapper(host, predictor);
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
462BindableMapper = ScoreUtils.GetSchemaBindableMapper(Host, model); 501BindableMapper = ScoreUtils.GetSchemaBindableMapper(Host, Model);
Microsoft.ML.StandardTrainers (2)
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (2)
325BindableMapper = ScoreUtils.GetSchemaBindableMapper(Host, model); 360BindableMapper = ScoreUtils.GetSchemaBindableMapper(Host, Model);