11 writes to Scorer
Microsoft.ML.Data (11)
Scorers\PredictionTransformer.cs (11)
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);
576
Scorer
= GetGenericScorer();
582
Scorer
= GetGenericScorer();
588
Scorer
= GetGenericScorer();
624
Scorer
= GetGenericScorer();
630
Scorer
= GetGenericScorer();
636
Scorer
= GetGenericScorer();
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);
3 references to Scorer
Microsoft.ML.Data (3)
Scorers\PredictionTransformer.cs (3)
149
return
Scorer
.ApplyToData(Host, input);
160
return (IRowToRowMapper)
Scorer
.ApplyToData(Host, new EmptyDataView(Host, inputSchema));
195
(
Scorer
as IDisposable)?.Dispose();