Share via


IidAnomalyDetectionBaseWrapper.GetStatefulRowToRowMapper Método

Definición

Igual que GetRowToRowMapper(DataViewSchema) pero también admite mecanismo para guardar el estado.

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

Parámetros

inputSchema
DataViewSchema

Esquema de entrada para el que deberíamos obtener el asignador.

Devoluciones

Fila a asignador de filas.

Se aplica a