CustomMappingTransformer<TSrc,TDst>.ITransformer.GetRowToRowMapper Metodo

Definizione

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

Restituisce

Implementazioni

Si applica a