IidSpikeDetector 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ITransformer 由拟合 a IidSpikeEstimator.
public sealed class IidSpikeDetector : Microsoft.ML.Transforms.TimeSeries.IidAnomalyDetectionBaseWrapper, Microsoft.ML.ITransformer
type IidSpikeDetector = class
inherit IidAnomalyDetectionBaseWrapper
interface ITransformer
interface ICanSaveModel
Public NotInheritable Class IidSpikeDetector
Inherits IidAnomalyDetectionBaseWrapper
Implements ITransformer
- 继承
- 实现
方法
GetOutputSchema(DataViewSchema) |
转换器的架构传播。 如果输入架构与提供的架构类似,则返回数据的输出架构。 (继承自 IidAnomalyDetectionBaseWrapper) |
GetStatefulRowToRowMapper(DataViewSchema) |
同样 GetRowToRowMapper(DataViewSchema) ,还支持保存状态的机制。 (继承自 IidAnomalyDetectionBaseWrapper) |
Transform(IDataView) |
将数据传入,进行转换,输出数据。 请注意, IDataView这是懒惰的,所以这里没有实际转换,只是架构验证。 (继承自 IidAnomalyDetectionBaseWrapper) |
显式接口实现
ICanSaveModel.Save(ModelSaveContext) |
将模型保存到存储库中。 (继承自 IidAnomalyDetectionBaseWrapper) |
ITransformer.GetRowToRowMapper(DataViewSchema) |
基于输入架构构造行到行映射器。
|
ITransformer.IsRowToRowMapper |
对适当架构的调用 GetRowToRowMapper(DataViewSchema) 是否应成功。 (继承自 IidAnomalyDetectionBaseWrapper) |
扩展方法
Preview(ITransformer, IDataView, Int32) |
预览给定 |
Append<TTrans>(ITransformer, TTrans) |
通过将另一个转换器追加到此转换器链的末尾,创建新的转换器链。 |
CreateTimeSeriesEngine<TSrc,TDst>(ITransformer, IHostEnvironment, PredictionEngineOptions) |
TimeSeriesPredictionEngine<TSrc,TDst> 为时序管道创建预测引擎。 它使用预测阶段看到的观察结果更新时序模型的状态,并允许检查点模型。 |
CreateTimeSeriesEngine<TSrc,TDst>(ITransformer, IHostEnvironment, Boolean, SchemaDefinition, SchemaDefinition) |
TimeSeriesPredictionEngine<TSrc,TDst> 为时序管道创建预测引擎。 它使用预测阶段看到的观察结果更新时序模型的状态,并允许检查点模型。 |