8 references to ISchemaBoundRowMapper
Microsoft.ML.Core (5)
Data\IRowToRowMapper.cs (1)
14/// This interface is similar to <see cref="ISchemaBoundRowMapper"/>, except it does not have any input role mappings,
Data\ISchemaBindableMapper.cs (4)
15/// needed by the mapper to compute its output. The <see cref="ISchemaBoundRowMapper"/> is an extention to this interface, that 17/// the input columns (but there is nothing preventing an <see cref="ISchemaBoundRowMapper"/> from mapping input columns directly to outputs). 20/// includes implementing a corresponding <see cref="ISchemaBoundMapper"/> (or <see cref="ISchemaBoundRowMapper"/>) and a corresponding ISchema 21/// for the output schema of the <see cref="ISchemaBoundMapper"/>. In case the <see cref="ISchemaBoundRowMapper"/> interface is implemented,
Microsoft.ML.Data (3)
Scorers\RowToRowScorerBase.cs (1)
17/// underlying <see cref="ISchemaBoundRowMapper"/> should be exposed, as well as zero or more
Scorers\SchemaBindablePredictorWrapper.cs (2)
192/// The <see cref="ISchemaBoundRowMapper"/> implementation for predictor wrappers that produce a 503/// The <see cref="ISchemaBoundRowMapper"/> implementation for distribution predictor wrappers that produce