Click or drag to resize
Accord.NET (logo)

WindowingApply Method (Double, Double)

Applies the filter to a time series.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[][] Apply(
	double[] samples,
	out double[] outputs
)
Request Example View Source

Parameters

samples
Type: SystemDouble
The source time series.
outputs
Type: SystemDouble
The output associated with each time-window.

Return Value

Type: Double
The time-windows extracted from the time-series.
See Also