Click or drag to resize
Accord.NET (logo)

TaylorGaussianGetLength Method

Gets the number of parameters in the input vectors.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int GetLength(
	double[][] inputs
)
Request Example View Source

Parameters

inputs
Type: SystemDouble

Return Value

Type: Int32

Implements

ILinearTGetLength(T)
See Also