1 reference to Mapper
Microsoft.ML.Data (1)
Prediction\CalibratorCatalog.cs (1)
225private protected override IRowMapper MakeRowMapper(DataViewSchema schema) => new Mapper<TICalibrator>(this, _calibrator, schema, _scoreColumnName);