|
ToolsGetNumberOfInputsTInput Method
|
Estimates the number of columns (dimensions) in a set of data.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public static int GetNumberOfInputs<TInput>(
TInput[] x
)
Public Shared Function GetNumberOfInputs(Of TInput) (
x As TInput()
) As Integer
Request Example
View SourceParameters
- x
- Type: TInput
The input data.
Type Parameters
- TInput
- The type of the t input.
Return Value
Type:
Int32The number of columns (data dimensions) in the data.
See Also