Click or drag to resize
Accord.NET (logo)

LinearToDouble Method (SparseDouble)

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

Parameters

input
Type: Accord.MathSparseDouble

Return Value

Type: Double

Implements

ILinearTToDouble(T)
See Also