9 references to BeginOptions
Microsoft.ML.TimeSeries (9)
SlidingWindowTransformBase.cs (9)
56public BeginOptions Begin = BeginOptions.NaNValues; 60private readonly BeginOptions _begin; 74Host.CheckUserArg(Enum.IsDefined(typeof(BeginOptions), args.Begin), nameof(args.Begin), "Undefined value."); 92Host.CheckDecode(Enum.IsDefined(typeof(BeginOptions), r)); 93_begin = (BeginOptions)r; 114Host.Assert(Enum.IsDefined(typeof(BeginOptions), _begin)); 140case BeginOptions.NaNValues: 143case BeginOptions.FirstValue: