Click or drag to resize
Accord.NET (logo)

GridSearchParameter  Conversion (GridSearchParameter to Double)

Performs an implicit conversion from GridSearchParameter to Double.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static implicit operator double (
	GridSearchParameter param
)
Request Example View Source

Parameters

param
Type: Accord.MachineLearningGridSearchParameter
The parameter to be converted.

Return Value

Type: Double
The value of the parameter's Value.
See Also