1 write to Mapper
Microsoft.ML.Data (1)
Scorers\RowToRowScorerBase.cs (1)
352Mapper = mapper;
7 references to Mapper
Microsoft.ML.Data (7)
Scorers\RowToRowScorerBase.cs (7)
417var cols = Mapper.GetInputColumnRoles().ToArray(); 431return Mapper.OutputSchema[iinfo - DerivedColumnCount].Type; 441foreach (var pair in Mapper.OutputSchema[iinfo - DerivedColumnCount].Annotations.Schema.Select(c => new KeyValuePair<string, DataViewType>(c.Name, c.Type))) 452return Mapper.OutputSchema[iinfo - DerivedColumnCount].Annotations.Schema.GetColumnOrNull(kind)?.Type; 466Mapper.OutputSchema[iinfo - DerivedColumnCount].Annotations.GetValue(kind, ref value); 483Contracts.Assert(0 <= col && col < Mapper.OutputSchema.Count); 484return 0 <= col && col < Mapper.OutputSchema.Count &&