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