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