IidAnomalyDetectionBaseWrapper.GetStatefulRowToRowMapper Method

Definition

Same as GetRowToRowMapper(DataViewSchema) but also supports mechanism to save the state.

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

Parameters

inputSchema
DataViewSchema

The input schema for which we should get the mapper.

Returns

IRowToRowMapper

The row to row mapper.

Applies to