Condividi tramite


SsaForecastingBaseWrapper.GetStatefulRowToRowMapper(DataViewSchema) Metodo

Definizione

GetRowToRowMapper(DataViewSchema) Uguale a ma supporta anche il meccanismo per salvare lo stato.

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

Parametri

inputSchema
DataViewSchema

Schema di input per il quale si dovrebbe ottenere il mapper.

Restituisce

Riga in cui eseguire il mapper di righe.

Si applica a