Click or drag to resize
Accord.NET (logo)

Anova Constructor

Constructs a new ANOVA Kernel.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Anova(
	int vectorLength,
	int subsequenceLength
)
Request Example View Source

Parameters

vectorLength
Type: SystemInt32
Length of the input vector.
subsequenceLength
Type: SystemInt32
Length of the subsequences for the ANOVA decomposition.
See Also