|
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
)
Function GetLength (
inputs As T()
) As Integer
Request Example
View SourceParameters
- inputs
- Type: T
Return Value
Type:
Int32See Also