Click or drag to resize
Accord.NET (logo)

CodificationTToDouble Method

Converts this instance into a transform that can generate double[].

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ITransform<T[], double[]> ToDouble()
Request Example View Source

Return Value

Type: ITransformT, Double
See Also