Click or drag to resize
Accord.NET (logo)

WindowingStepSize Property

Gets or sets the step size that should be used when extracting windows. If set to the same number as the WindowSize, windows will not overlap. Default is 1.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int StepSize { get; set; }
Request Example View Source

Property Value

Type: Int32
See Also