Aracılığıyla paylaş


ITransformer.GetRowToRowMapper(DataViewSchema) Yöntem

Tanım

Giriş şemasını temel alan bir satırdan satıra eşleyici oluşturur. ise IsRowToRowMapperfalse, bir özel durum oluşturulmalıdır. Giriş şeması herhangi bir şekilde eşleyiciyi oluşturmak için uygun değilse, benzer şekilde bir özel durum oluşturulmalıdır.

public Microsoft.ML.Data.IRowToRowMapper GetRowToRowMapper (Microsoft.ML.DataViewSchema inputSchema);
abstract member GetRowToRowMapper : Microsoft.ML.DataViewSchema -> Microsoft.ML.Data.IRowToRowMapper
Public Function GetRowToRowMapper (inputSchema As DataViewSchema) As IRowToRowMapper

Parametreler

inputSchema
DataViewSchema

Eşleyiciyi almamız gereken giriş şeması.

Döndürülenler

Satırdan satır eşleyiciye.

Şunlara uygulanır