Click or drag to resize
Accord.NET (logo)

GridSearchParameter Constructor

Constructs a new parameter.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public GridSearchParameter(
	string name,
	double value
)
Request Example View Source

Parameters

name
Type: SystemString
The name for the parameter.
value
Type: SystemDouble
The value for the parameter.
See Also