Click or drag to resize
Accord.NET (logo)

GridSearchRange Constructor (String, Double)

Constructs a new GridSearchRange object.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public GridSearchRange(
	string name,
	double[] values
)
Request Example View Source

Parameters

name
Type: SystemString
The name for this parameter.
values
Type: SystemDouble
The array of values to try.
See Also