SsaAnomalyDetectionBaseWrapper.GetStatefulRowToRowMapper Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The row to row mapper.