|
LinearCreateVector Method (Int32)
|
Creates an input vector with the given dimensions.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double[] CreateVector(
int dimensions
)
Public Function CreateVector (
dimensions As Integer
) As Double()
Request Example
View SourceParameters
- dimensions
- Type: SystemInt32
Return Value
Type:
DoubleSee Also