Click or drag to resize
Accord.NET (logo)

ILinearTToDouble 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
double[][] ToDouble(
	T[] input
)
Request Example View Source

Parameters

input
Type: T

Return Value

Type: Double
See Also