1 type derived from ForecastingStateBase
Microsoft.ML.TimeSeries (1)
SsaForecastingBase.cs (1)
212internal sealed class State : ForecastingStateBase
6 references to ForecastingStateBase
Microsoft.ML.TimeSeries (6)
SequentialForecastingTransformBase.cs (6)
53where TState : SequentialForecastingTransformBase<TInput, TState>.ForecastingStateBase, new() 103private ForecastingStateBase State { get; set; } 122State = (ForecastingStateBase)_parent.StateRef; 198private Delegate MakeGetter(DataViewRow input, ForecastingStateBase state) 231private Action<PingerArgument> MakePinger(DataViewRow input, ForecastingStateBase state) 259State = (ForecastingStateBase)_parent.StateRef.Clone();