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