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