Click or drag to resize
Accord.NET (logo)

ILinearTGetLength 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
int GetLength(
	T[] inputs
)
Request Example View Source

Parameters

inputs
Type: T

Return Value

Type: Int32
See Also