11 writes to Scorer
Microsoft.ML.Data (11)
Scorers\PredictionTransformer.cs (11)
350Scorer = new BinaryClassifierScorer(Host, args, new EmptyDataView(Host, TrainSchema), BindableMapper.Bind(Host, schema), schema); 442Scorer = new BinaryClassifierScorer(Host, args, new EmptyDataView(Host, TrainSchema), BindableMapper.Bind(Host, schema), schema); 534Scorer = new MulticlassClassificationScorer(Host, args, new EmptyDataView(Host, TrainSchema), BindableMapper.Bind(Host, schema), schema); 576Scorer = GetGenericScorer(); 582Scorer = GetGenericScorer(); 588Scorer = GetGenericScorer(); 624Scorer = GetGenericScorer(); 630Scorer = GetGenericScorer(); 636Scorer = GetGenericScorer(); 677Scorer = new ClusteringScorer(Host, args, new EmptyDataView(Host, inputSchema), BindableMapper.Bind(Host, schema), schema); 688Scorer = 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)
149return Scorer.ApplyToData(Host, input); 160return (IRowToRowMapper)Scorer.ApplyToData(Host, new EmptyDataView(Host, inputSchema)); 195(Scorer as IDisposable)?.Dispose();