Click or drag to resize
Accord.NET (logo)

TaylorGaussianCreateVector Method

Creates an input vector from the given double values.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[] CreateVector(
	double[] values
)
Request Example View Source

Parameters

values
Type: SystemDouble

Return Value

Type: Double

Implements

ILinearTCreateVector(Double)
See Also