Click or drag to resize
Accord.NET (logo)

LinearGetLength Method (SparseDouble)

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(
	Sparse<double>[] inputs
)
Request Example View Source

Parameters

inputs
Type: Accord.MathSparseDouble

Return Value

Type: Int32

Implements

ILinearTGetLength(T)
See Also