Click or drag to resize
Accord.NET (logo)

TaylorGaussianToDouble Method

Converts the input vectors to a double-precision representation.

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

Parameters

input
Type: SystemDouble

Return Value

Type: Double

Implements

ILinearTToDouble(T)
See Also