|
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
)
Function ToDouble (
input As T()
) As Double()()
Request Example
View SourceParameters
- input
- Type: T
Return Value
Type:
DoubleSee Also