CustomMappingTransformer<TSrc,TDst>.ITransformer.GetRowToRowMapper Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Costruisce un mapper riga a riga basato su uno schema di input. Se IsRowToRowMapper è false
, viene generata un'eccezione. Se l'oggetto inputSchema
è in qualche modo inadatto per la costruzione del mapper, viene generata un'eccezione analogamente.
Microsoft.ML.Data.IRowToRowMapper ITransformer.GetRowToRowMapper(Microsoft.ML.DataViewSchema inputSchema);
abstract member Microsoft.ML.ITransformer.GetRowToRowMapper : Microsoft.ML.DataViewSchema -> Microsoft.ML.Data.IRowToRowMapper
override this.Microsoft.ML.ITransformer.GetRowToRowMapper : Microsoft.ML.DataViewSchema -> Microsoft.ML.Data.IRowToRowMapper
Function GetRowToRowMapper (inputSchema As DataViewSchema) As IRowToRowMapper Implements ITransformer.GetRowToRowMapper
Parametri
- inputSchema
- DataViewSchema