2 types derived from StatefulRow
Microsoft.ML.TimeSeries (2)
SequentialTransformerBase.cs (2)
619
private sealed class RowImpl :
StatefulRow
944
private sealed class StatefulRowImpl :
StatefulRow
7 references to StatefulRow
Microsoft.ML.TimeSeries (7)
PredictionEngine.cs (7)
160
internal DataViewRow GetStatefulRows(DataViewRow input, IRowToRowMapper mapper, IEnumerable<DataViewSchema.Column> activeColumns, List<
StatefulRow
> rows)
184
if (row is
StatefulRow
statefulRow)
201
if (result is
StatefulRow
statefulResult)
207
internal Action<PingerArgument> CreatePinger(List<
StatefulRow
> rows)
212
foreach (
var
row in rows)
220
List<
StatefulRow
> rows = new List<
StatefulRow
>();