1 instantiation of Mapper
Microsoft.ML.TimeSeries (1)
SequentialAnomalyDetectionTransformBase.cs (1)
298internal override IStatefulRowMapper MakeRowMapper(DataViewSchema schema) => new Mapper(Host, this, schema);
1 reference to Mapper
Microsoft.ML.TimeSeries (1)
SequentialAnomalyDetectionTransformBase.cs (1)
312_host = env.Register(nameof(Mapper));