4 references to WindowSize
Microsoft.ML.TimeSeries (4)
PercentileThresholdTransform.cs (4)
68
: base(args.
WindowSize
, args.
WindowSize
, args.Name, args.Source, LoaderSignature, env, input)
70
Host.CheckUserArg(args.
WindowSize
>= 1, nameof(args.
WindowSize
), "The size of the sliding window should be at least 1.");