3 implementations of IStatefulRowMapper
Microsoft.ML.TimeSeries (3)
SequentialAnomalyDetectionTransformBase.cs (1)
300
internal sealed class Mapper :
IStatefulRowMapper
SequentialForecastingTransformBase.cs (1)
97
internal sealed class Mapper :
IStatefulRowMapper
SrCnnTransformBase.cs (1)
143
internal sealed class Mapper :
IStatefulRowMapper
13 references to IStatefulRowMapper
Microsoft.ML.TimeSeries (13)
IidAnomalyDetectionBase.cs (1)
74
internal
IStatefulRowMapper
MakeRowMapper(DataViewSchema schema) => InternalTransform.MakeRowMapper(schema);
SequentialAnomalyDetectionTransformBase.cs (1)
298
internal override
IStatefulRowMapper
MakeRowMapper(DataViewSchema schema) => new Mapper(Host, this, schema);
SequentialForecastingTransformBase.cs (1)
95
internal override
IStatefulRowMapper
MakeRowMapper(DataViewSchema schema) => new Mapper(Host, this, schema);
SequentialTransformerBase.cs (6)
442
internal abstract
IStatefulRowMapper
MakeRowMapper(DataViewSchema schema);
469
private readonly
IStatefulRowMapper
_mapper;
477
IDataView input,
IStatefulRowMapper
mapper)
737
private readonly
IStatefulRowMapper
_mapper;
758
public TimeSeriesRowToRowMapperTransform(IHostEnvironment env, IDataView input,
IStatefulRowMapper
mapper)
779
ctx.LoadModel<
IStatefulRowMapper
, SignatureLoadRowMapper>(host, out _mapper, "Mapper", input.Schema);
SrCnnAnomalyDetectionBase.cs (1)
70
internal
IStatefulRowMapper
MakeRowMapper(DataViewSchema schema) => InternalTransform.MakeRowMapper(schema);
SrCnnTransformBase.cs (1)
141
internal override
IStatefulRowMapper
MakeRowMapper(DataViewSchema schema) => new Mapper(Host, this, schema);
SsaAnomalyDetectionBase.cs (1)
140
internal
IStatefulRowMapper
MakeRowMapper(DataViewSchema schema) => InternalTransform.MakeRowMapper(schema);
SsaForecastingBase.cs (1)
73
internal
IStatefulRowMapper
MakeRowMapper(DataViewSchema schema) => InternalTransform.MakeRowMapper(schema);