|
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
)
Public Sub New (
vectorLength As Integer,
subsequenceLength As Integer
)
Request Example
View SourceParameters
- vectorLength
- Type: SystemInt32
Length of the input vector. - subsequenceLength
- Type: SystemInt32
Length of the subsequences for the ANOVA decomposition.
See Also