Click or drag to resize
Accord.NET (logo)

Windowing Constructor (Int32, Int32)

Creates a new time segmentation filter.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Windowing(
	int windowSize,
	int steps
)
Request Example View Source

Parameters

windowSize
Type: SystemInt32
The size of the time windows to be extracted.
steps
Type: SystemInt32
The number of elements between two taken windows. If set to the same number of windowSize, the windows will not overlap. Default is 1.
See Also