3 writes to BindableMapper
Microsoft.ML.Data (3)
Scorers\PredictionTransformer.cs (3)
238
BindableMapper
= ScoreUtils.GetSchemaBindableMapper(Host, ModelAsPredictor);
253
BindableMapper
= ScoreUtils.GetSchemaBindableMapper(Host, ModelAsPredictor);
268
BindableMapper
= ScoreUtils.GetSchemaBindableMapper(Host, ModelAsPredictor);
7 references to BindableMapper
Microsoft.ML.Data (7)
Scorers\PredictionTransformer.cs (7)
194
(
BindableMapper
as IDisposable)?.Dispose();
307
return new GenericScorer(Host, new GenericScorer.Arguments(), new EmptyDataView(Host, TrainSchema),
BindableMapper
.Bind(Host, schema), schema);
350
Scorer = new BinaryClassifierScorer(Host, args, new EmptyDataView(Host, TrainSchema),
BindableMapper
.Bind(Host, schema), schema);
442
Scorer = new BinaryClassifierScorer(Host, args, new EmptyDataView(Host, TrainSchema),
BindableMapper
.Bind(Host, schema), schema);
534
Scorer = new MulticlassClassificationScorer(Host, args, new EmptyDataView(Host, TrainSchema),
BindableMapper
.Bind(Host, schema), schema);
677
Scorer = new ClusteringScorer(Host, args, new EmptyDataView(Host, inputSchema),
BindableMapper
.Bind(Host, schema), schema);
688
Scorer = new ClusteringScorer(Host, args, new EmptyDataView(Host, TrainSchema),
BindableMapper
.Bind(Host, schema), schema);