Condividi tramite


IidAnomalyDetectionBaseWrapper.GetStatefulRowToRowMapper 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 da riga a mapper.

Si applica a