IidAnomalyDetectionBaseWrapper.GetStatefulRowToRowMapper 方法

定义

同样 GetRowToRowMapper(DataViewSchema) ,还支持保存状态的机制。

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

参数

inputSchema
DataViewSchema

应为其获取映射器的输入架构。

返回

行到行映射器。

适用于